Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91467fef authored by Sean Midford's avatar Sean Midford Committed by Android (Google) Code Review
Browse files

Merge "Fixed colour of cancel button in import dialog." into ub-contactsdialer-h-dev

parents 2f8005a7 9da13abb
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -95,7 +95,7 @@ public class ImportDialogFragment extends DialogFragment
    public void onCreate(Bundle savedInstanceState) {
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        super.onCreate(savedInstanceState);


        setStyle(STYLE_NORMAL, R.style.ContactsAlertDialogThemeAppCompat);
        setStyle(STYLE_NORMAL, R.style.ContactsAlertDialogTheme);


        final Bundle args = getArguments();
        final Bundle args = getArguments();
        mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false);
        mSimOnly = args != null && args.getBoolean(EXTRA_SIM_ONLY, false);