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

Commit 133ec115 authored by Stefan Andonian's avatar Stefan Andonian
Browse files

Show "recording issue" text on notification, even when not recording screen.

This bug was happening because mAudioSource had no default value, which
affected an if statement while creating the notification message.

Bug: 305049544
Flag: ACONFIG record_issue_qs_tile DEVELOPMENT
Test: Manually tested that everything works on device.
Change-Id: I61700f3266ec2d4e64a1c301bd56a9b9accd46b9
parent 7328ecc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class RecordingService extends Service implements ScreenMediaRecorderList
    private final RecordingController mController;
    protected final KeyguardDismissUtil mKeyguardDismissUtil;
    private final Handler mMainHandler;
    private ScreenRecordingAudioSource mAudioSource;
    private ScreenRecordingAudioSource mAudioSource = ScreenRecordingAudioSource.NONE;
    private boolean mShowTaps;
    private boolean mOriginalShowTaps;
    private ScreenMediaRecorder mRecorder;