Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +5 −0 Original line number Diff line number Diff line Loading @@ -1132,6 +1132,11 @@ public abstract class BaseStatusBar extends SystemUI implements // Post to ensure the the guts are properly laid out. guts.post(new Runnable() { public void run() { if (row.getWindowToken() == null) { Log.e(TAG, "Trying to show notification guts, but not attached to " + "window"); return; } dismissPopups(-1 /* x */, -1 /* y */, false /* resetGear */, false /* animate */); guts.setVisibility(View.VISIBLE); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +5 −0 Original line number Diff line number Diff line Loading @@ -1132,6 +1132,11 @@ public abstract class BaseStatusBar extends SystemUI implements // Post to ensure the the guts are properly laid out. guts.post(new Runnable() { public void run() { if (row.getWindowToken() == null) { Log.e(TAG, "Trying to show notification guts, but not attached to " + "window"); return; } dismissPopups(-1 /* x */, -1 /* y */, false /* resetGear */, false /* animate */); guts.setVisibility(View.VISIBLE); Loading