Don't disable Monet by default

As it is already enabled, without this leaves upgrading users in an inconsistent state.

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-07-08 13:30:56 -04:00
parent d3632c25ce
commit 49cf5020e7
2 changed files with 2 additions and 2 deletions

View file

@ -180,7 +180,7 @@ index 0000000..214d6b1
+ return Settings.Secure.getIntForUser(
+ context.getContentResolver(),
+ Settings.Secure.MONET_MODE,
+ MONET_MODE_DISABLED,
+ MONET_MODE_ENABLED,
+ context.getUserId()
+ ) == MONET_MODE_ENABLED;
+ }