OSDN Git Service

Revert "PIP: Temporarily disable overlay text bubble timeout"
authorJaewan Kim <jaewan@google.com>
Thu, 25 Feb 2016 02:50:28 +0000 (18:50 -0800)
committerJaewan Kim <jaewan@google.com>
Thu, 25 Feb 2016 02:50:28 +0000 (18:50 -0800)
Bug: 27224884
This reverts commit bfef1edd2632fecc99600fcdb5e0d0854373cee1.

packages/SystemUI/src/com/android/systemui/tv/pip/PipOverlayActivity.java

index 56a604d..7b1764f 100644 (file)
@@ -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);
         }
     };