Merge "Fix crash on first open of widget picker when changing orientation" into udc-qpr-dev

This commit is contained in:
Treehugger Robot
2023-06-09 18:37:47 +00:00
committed by Android (Google) Code Review
@@ -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);
}