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

Commit 36698b47 authored by DvTonder's avatar DvTonder Committed by Gerrit Code Review
Browse files

Merge "Framework: Use the proper context when creating Bug report dialog" into mr1-staging

parents 11058415 3d2aa616
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ class GlobalActions implements DialogInterface.OnDismissListener, DialogInterfac
                        R.string.global_action_bug_report) {

                    public void onPress() {
                        AlertDialog.Builder builder = new AlertDialog.Builder(mContext);
                        AlertDialog.Builder builder = new AlertDialog.Builder(getUiContext());
                        builder.setTitle(com.android.internal.R.string.bugreport_title);
                        builder.setMessage(com.android.internal.R.string.bugreport_message);
                        builder.setNegativeButton(com.android.internal.R.string.cancel, null);