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

Commit c4a113ab authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "Fixed a crash when showing guts"

parents 7d02f666 9724431b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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);