Loading packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
packages/SystemUI/src/com/android/systemui/screenrecord/RecordingService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading