Merge "PIP: Temporarily disable overlay text bubble timeout" into nyc-dev
This commit is contained in:
@@ -37,7 +37,8 @@ public class PipOverlayActivity extends Activity implements PipManager.Listener
|
||||
private View mGuideOverlayView;
|
||||
private final Runnable mHideGuideOverlayRunnable = new Runnable() {
|
||||
public void run() {
|
||||
mGuideOverlayView.setVisibility(View.INVISIBLE);
|
||||
// TODO: Uncomment this after the b/27224884 is fixed.
|
||||
//mGuideOverlayView.setVisibility(View.INVISIBLE);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user