Merge pull request #1220 from aMarCruz/importance-none

Closes #1213 : Incorrect definition of Android.Importance.None
This commit is contained in:
Chris Bianca 2018-06-17 16:12:36 +01:00 committed by GitHub
commit ab3557378e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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