mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Switch to nonTransitiveRClass
This commit is contained in:
@@ -116,7 +116,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
|
||||
// Wire controls
|
||||
|
||||
int colorPrimary = Helper.resolveColor(getContext(), R.attr.colorPrimary);
|
||||
int colorPrimary = Helper.resolveColor(getContext(), androidx.appcompat.R.attr.colorPrimary);
|
||||
swipeRefresh.setColorSchemeColors(Color.WHITE, Color.WHITE, Color.WHITE);
|
||||
swipeRefresh.setProgressBackgroundColorSchemeColor(colorPrimary);
|
||||
swipeRefresh.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() {
|
||||
|
||||
Reference in New Issue
Block a user