From: Damyan Ivanov Date: Fri, 19 Apr 2019 21:46:28 +0000 (+0300) Subject: drop redundant setting of swiper color X-Git-Tag: v0.10.0~76 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=b1c8ac231f53cba9fbac1783f36d6814ef7c7840;hp=5670c4323546ab2b0d212fe4d7545a814fbd0b0f drop redundant setting of swiper color the LiveData thing takes care of the initial setting --- diff --git a/app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java b/app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java index ecf98713..c09c5c4a 100644 --- a/app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java +++ b/app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java @@ -121,7 +121,6 @@ public class TransactionListFragment extends MobileLedgerListFragment { }); Colors.themeWatch.observe(this, this::themeChanged); - swiper.setColorSchemeColors(Colors.primary); vAccountFilter = mActivity.findViewById(R.id.transaction_list_account_name_filter); accNameFilter = mActivity.findViewById(R.id.transaction_filter_account_name);