From b1c8ac231f53cba9fbac1783f36d6814ef7c7840 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Sat, 20 Apr 2019 00:46:28 +0300 Subject: [PATCH 1/1] drop redundant setting of swiper color the LiveData thing takes care of the initial setting --- .../ui/transaction_list/TransactionListFragment.java | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.2