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

Skip to content
Snippets Groups Projects
Commit bfef1edd authored by Jaewan Kim's avatar Jaewan Kim
Browse files

PIP: Temporarily disable overlay text bubble timeout

Bug: 27224884
Change-Id: I2aeae84b62d3918d5e43ea5fda616a37683e1841
parent 57bf8eb5
Branches
No related tags found
No related merge requests found
...@@ -37,7 +37,8 @@ public class PipOverlayActivity extends Activity implements PipManager.Listener ...@@ -37,7 +37,8 @@ public class PipOverlayActivity extends Activity implements PipManager.Listener
private View mGuideOverlayView; private View mGuideOverlayView;
private final Runnable mHideGuideOverlayRunnable = new Runnable() { private final Runnable mHideGuideOverlayRunnable = new Runnable() {
public void run() { public void run() {
mGuideOverlayView.setVisibility(View.INVISIBLE); // TODO: Uncomment this after the b/27224884 is fixed.
//mGuideOverlayView.setVisibility(View.INVISIBLE);
} }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment