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

Commit 63ece8c4 authored by Beth Thibodeau's avatar Beth Thibodeau
Browse files

Add title for dialog

Fixes: 153521335
Test: manual

Change-Id: I738135f2f233e3b212f93d084107f85a6ae142eb
parent 83dd0ade
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ public class ScreenRecordDialog extends Activity {
        window.getDecorView();
        window.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT);
        window.setGravity(Gravity.TOP);
        setTitle(R.string.screenrecord_name);

        setContentView(R.layout.screen_record_dialog);