mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-24 06:53:46 +00:00
[android] Fixed @IntRange
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
220def168d
commit
f912555b76
@@ -76,7 +76,7 @@ public class Metadata implements Parcelable
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public static MetadataType fromInt(@IntRange(from = 1, to = 41) int metaType)
|
||||
public static MetadataType fromInt(@IntRange(from = 1, to = 49) int metaType)
|
||||
{
|
||||
for (MetadataType type : values())
|
||||
if (type.mMetaType == metaType)
|
||||
|
||||
Reference in New Issue
Block a user