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

Commit a9ad6b81 authored by Joe Onorato's avatar Joe Onorato
Browse files

Slightly easier to read

Change-Id: I818d885999150333ec326a283f4574571c09add1
parent 6b412445
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -248,7 +248,7 @@ if (false) { // getRingtone ANRs

        AlertDialog.Builder b = new AlertDialog.Builder(mContext);
            b.setCancelable(true);
            b.setMessage(mContext.getString(R.string.invalid_charger));
            b.setMessage(R.string.invalid_charger);
            b.setIcon(android.R.drawable.ic_dialog_alert);
            b.setPositiveButton(android.R.string.ok, null);