2
0
mirror of synced 2025-01-11 14:44:12 +00:00

Closes #1213 : Incorrect definition of Android.Importance.None

This commit is contained in:
aMarCruz 2018-06-16 15:20:18 -05:00
parent bee7c7851f
commit c3c4c48ce1

View File

@ -44,7 +44,7 @@ export const Importance = {
Low: 2,
Max: 5,
Min: 1,
None: 3,
None: 0,
Unspecified: -1000,
};