]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/utils/Colors.java
themeId -> themeHue
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / utils / Colors.java
index 277de9ff0c99c172c13c7262c78479fdfafaae4e..3c89df9c788a82dab020919e54d6ef7b4214ffd7 100644 (file)
@@ -206,7 +206,7 @@ public class Colors {
         setupTheme(activity, profile);
     }
     public static void setupTheme(Activity activity, MobileLedgerProfile profile) {
-        final int themeHue = (profile == null) ? -1 : profile.getThemeId();
+        final int themeHue = (profile == null) ? -1 : profile.getThemeHue();
         setupTheme(activity, themeHue);
     }
     public static void setupTheme(Activity activity, int themeHue) {