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

Commit 755e0feb authored by Anton Potapov's avatar Anton Potapov
Browse files

Dismiss toolbar after the recording is stopped

Flag: com.android.systemui.new_screen_record_toolbar
Fixes: 442541204
Test: manual on foldable
Change-Id: Ief9015a1b7ce5099bec6ee691c040aba5c317f2b
parent 39bf2614
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,8 +128,8 @@ constructor(
            screenRecordingServiceInteractor.stopRecording(StopReason.STOP_HOST_APP)
        } else {
            startRecording()
            dismiss()
        }
        dismiss()
    }

    private fun startRecording() {