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

Commit f99e749a authored by Svet Ganov's avatar Svet Ganov Committed by android-build-merger
Browse files

[DO NOT MERGE] Remove toast window immediately am: 6367e4ed

am: 0c3d70a1

Change-Id: I1cf4a84bc02c2f5274c1aa7d0015f77e5dc89a69
parents d2f6d471 0c3d70a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -460,7 +460,7 @@ public class Toast {
                // the view isn't yet added, so let's try not to crash.
                if (mView.getParent() != null) {
                    if (localLOGV) Log.v(TAG, "REMOVE! " + mView + " in " + this);
                    mWM.removeView(mView);
                    mWM.removeViewImmediate(mView);
                }

                mView = null;