Recreating QSB when the widget host gets reset

Bug: 25073414
Change-Id: Ibdaa2b330ef7989cb7c93d64a05c8f6e5b26594a
This commit is contained in:
Sunny Goyal
2015-12-08 09:28:23 -08:00
parent d42f97ee07
commit 655daaed3e

View File

@@ -2529,6 +2529,9 @@ public class Launcher extends Activity
if (mAppWidgetHost != null) {
mAppWidgetHost.startListening();
}
// Recreate the QSB, as the widget has been reset.
bindSearchProviderChanged();
}
/**