]> git.ktnx.net Git - mobile-ledger.git/commitdiff
drop redundant setting of swiper color
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 19 Apr 2019 21:46:28 +0000 (00:46 +0300)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Fri, 19 Apr 2019 21:46:28 +0000 (00:46 +0300)
the LiveData thing takes care of the initial setting

app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java

index ecf98713834d6de5958af0ddef3e522aa177b531..c09c5c4a6e50c102073f91d6630df2a802e8739e 100644 (file)
@@ -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);