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

Commit a89f4f9b authored by fbaron's avatar fbaron Committed by Federico Baron
Browse files

Fix crash on first open of widget picker when changing orientation

Bug: 285909636
Test: on first use of widget picker a tooltip edu shows up, rotate from landscape to portrait or vice-versa and make sure widget picker doesn't crash
Change-Id: Iaa066a41633d3efe48b67a867f3f267f613ea5fe
parent 1373c900
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -774,7 +774,7 @@ public class WidgetsFullSheet extends BaseWidgetSheet
        super.onCloseComplete();
        removeCallbacks(mShowEducationTipTask);
        if (mLatestEducationalTip != null) {
            mLatestEducationalTip.close(false);
            mLatestEducationalTip.close(true);
        }
        AccessibilityManagerCompat.sendStateEventToTest(getContext(), NORMAL_STATE_ORDINAL);
    }