]> git.ktnx.net Git - mobile-ledger.git/commitdiff
Colors: treat 360 same as 0
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Sun, 24 Mar 2019 09:47:42 +0000 (11:47 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Mon, 25 Mar 2019 06:17:36 +0000 (06:17 +0000)
app/src/main/java/net/ktnx/mobileledger/utils/Colors.java

index 5bd4ccd9b94a735fa00ba454a175e444f06f4c98..8e526c1fb6879f59fb565404639313d6b7e3d2b2 100644 (file)
@@ -165,6 +165,7 @@ public class Colors {
             final int themeId = profile.getThemeId();
             switch (themeId) {
                 case 0:
+                case 360:
                     activity.setTheme(R.style.AppTheme_NoActionBar_0);
                     break;
                 case 15: