Merge pull request #1220 from aMarCruz/importance-none
Closes #1213 : Incorrect definition of Android.Importance.None
This commit is contained in:
commit
ab3557378e
|
@ -44,7 +44,7 @@ export const Importance = {
|
|||
Low: 2,
|
||||
Max: 5,
|
||||
Min: 1,
|
||||
None: 3,
|
||||
None: 0,
|
||||
Unspecified: -1000,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue