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

Commit c3d0d860 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Code Review
Browse files

Merge "Make the Phone options dialog use current language"

parents 0950a3ef b6e34769
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -221,8 +221,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
        final AlertDialog.Builder ab = new AlertDialog.Builder(mContext);
        final AlertDialog.Builder ab = new AlertDialog.Builder(mContext);


        ab.setAdapter(mAdapter, this)
        ab.setAdapter(mAdapter, this)
                .setInverseBackgroundForced(true)
                .setInverseBackgroundForced(true);
                .setTitle(R.string.global_actions);


        final AlertDialog dialog = ab.create();
        final AlertDialog dialog = ab.create();
        dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
        dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
@@ -249,6 +248,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
        } else {
        } else {
            mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
            mDialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_DIALOG);
        }
        }
        mDialog.setTitle(R.string.global_actions);
    }
    }