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

Commit 36a165d7 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

Revert "PIP: Temporarily disable overlay text bubble timeout"

Bug: 27224884
This reverts commit bfef1edd.
parent a4fae154
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -37,8 +37,7 @@ public class PipOverlayActivity extends Activity implements PipManager.Listener
    private View mGuideOverlayView;
    private final Runnable mHideGuideOverlayRunnable = new Runnable() {
        public void run() {
            // TODO: Uncomment this after the b/27224884 is fixed.
            //mGuideOverlayView.setVisibility(View.INVISIBLE);
            mGuideOverlayView.setVisibility(View.INVISIBLE);
        }
    };