PIP: Temporarily disable overlay text bubble timeout
Bug: 27224884 Change-Id: I2aeae84b62d3918d5e43ea5fda616a37683e1841
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