diff options
| author | 2024-03-15 00:02:40 +0000 | |
|---|---|---|
| committer | 2024-03-15 00:02:40 +0000 | |
| commit | 75b98aded28d5597f8583fbba966b6b80edd8e30 (patch) | |
| tree | 8d2d549084bb2c34746ead63b0d85cf003f20c26 | |
| parent | 48da45d14d0b75b1a2afeec8bf57d687db2c68fc (diff) | |
| parent | 133ec115c4ea5b41c240c495c5605b41289eb98a (diff) | |
Merge "Show "recording issue" text on notification, even when not recording screen." into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java b/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java index ac94f39bff5a..b2c01e180ec4 100644 --- a/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +++ b/packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java @@ -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; |