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

Commit c151f91e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Partial Screenshare][a11y] change recording dialog announcement" into udc-qpr-dev

parents f4d7fcb1 d2b6e142
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ class ScreenRecordPermissionDialog(
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setDialogTitle(R.string.screenrecord_permission_dialog_title)
        setTitle(R.string.screenrecord_title)
        setStartButtonText(R.string.screenrecord_permission_dialog_continue)
        setStartButtonOnClickListener { v: View? ->
            onStartRecordingClicked?.run()