Revert "PIP: Temporarily disable overlay text bubble timeout"

Bug: 27224884
This reverts commit bfef1edd26.
This commit is contained in:
Jaewan Kim
2016-02-24 18:50:28 -08:00
parent a4fae1545a
commit 36a165d712

View 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);
}
};