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

Commit 9cd7bde1 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

New UX calls for dialogs without titles.

b/5753055

Change-Id: I86ba0f937f71db56b3ea77752b2b30929b791a04
parent 128386ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -380,7 +380,6 @@ public class VideoView extends SurfaceView implements MediaPlayerControl {
                }

                new AlertDialog.Builder(mContext)
                        .setTitle(com.android.internal.R.string.VideoView_error_title)
                        .setMessage(messageId)
                        .setPositiveButton(com.android.internal.R.string.VideoView_error_button,
                                new DialogInterface.OnClickListener() {