Commit 655daaed authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Recreating QSB when the widget host gets reset

Bug: 25073414
Change-Id: Ibdaa2b330ef7989cb7c93d64a05c8f6e5b26594a
parent d42f97ee
......@@ -2529,6 +2529,9 @@ public class Launcher extends Activity
if (mAppWidgetHost != null) {
mAppWidgetHost.startListening();
}
// Recreate the QSB, as the widget has been reset.
bindSearchProviderChanged();
}
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment