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

Commit 8507be13 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable AudioRecordingDisclosureBar" into rvc-dev am: bc334c00 am:...

Merge "Disable AudioRecordingDisclosureBar" into rvc-dev am: bc334c00 am: 6ed0a634 am: cc0ab68a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11937480

Change-Id: I98320d24476465107ad02ea6e7faddd508f63b05
parents 1e9b6614 cc0ab68a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -72,9 +72,6 @@ public class TvStatusBar extends SystemUI implements CommandQueue.Callbacks {
        } catch (RemoteException ex) {
            // If the system process isn't there we're doomed anyway.
        }

        // Creating AudioRecordingDisclosureBar and just letting it run
        new AudioRecordingDisclosureBar(mContext);
    }

    @Override