]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/java/net/ktnx/mobileledger/ui/transaction_list/TransactionListFragment.java
drop redundant setting of swiper color
[mobile-ledger.git] / 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);