]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/activity/ProfileThemedActivity.java
remove another redundant call to setupProfileColors()
[mobile-ledger.git] / app / src / main / java / net / ktnx / mobileledger / ui / activity / ProfileThemedActivity.java
index 6d2fff0b477919503ecdfb9bf3b758c99b05a013..f4d482a5b7a93b356684115fb3f0c0c822d0c26d 100644 (file)
@@ -42,12 +42,6 @@ public class ProfileThemedActivity extends CrashReportingActivity {
         initProfile();
         setupProfileColors();
         super.onCreate(savedInstanceState);
-
-
-        Data.profile.observe(this, mobileLedgerProfile -> {
-            mProfile = mobileLedgerProfile;
-            setupProfileColors();
-        });
     }
     protected void initProfile() {
         mProfile = Data.profile.getValue();