mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Simplification
This commit is contained in:
@@ -99,7 +99,7 @@ public class FragmentSetup extends FragmentBase {
|
||||
|
||||
textColorPrimary = Helper.resolveColor(getContext(), android.R.attr.textColorPrimary);
|
||||
colorWarning = Helper.resolveColor(getContext(), R.attr.colorWarning);
|
||||
check = getResources().getDrawable(R.drawable.twotone_check_24, getContext().getTheme());
|
||||
check = getContext().getDrawable(R.drawable.twotone_check_24);
|
||||
|
||||
view = (ViewGroup) inflater.inflate(R.layout.fragment_setup, container, false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user