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

Commit 72db9afe authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing wrong message sent on app widget host reset

Change-Id: If5842d4ebbf3fa0ef8596f22788f909748f01ac5
parent feba90fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -650,7 +650,7 @@ public class LauncherProvider extends ContentProvider {
            if (mWidgetHostResetHandler != null) {
                new AppWidgetHost(mContext, Launcher.APPWIDGET_HOST_ID).deleteHost();
                mWidgetHostResetHandler.sendEmptyMessage(
                        ChangeListenerWrapper.MSG_EXTRACTED_COLORS_CHANGED);
                        ChangeListenerWrapper.MSG_APP_WIDGET_HOST_RESET);
            }

            // Set the flag for empty DB