Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Launcher3
Commits
655daaed
Commit
655daaed
authored
9 years ago
by
Sunny Goyal
Browse files
Options
Download
Email Patches
Plain Diff
Recreating QSB when the widget host gets reset
Bug: 25073414 Change-Id: Ibdaa2b330ef7989cb7c93d64a05c8f6e5b26594a
parent
d42f97ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/com/android/launcher3/Launcher.java
src/com/android/launcher3/Launcher.java
+3
-0
No files found.
src/com/android/launcher3/Launcher.java
View file @
655daaed
...
...
@@ -2529,6 +2529,9 @@ public class Launcher extends Activity
if
(
mAppWidgetHost
!=
null
)
{
mAppWidgetHost
.
startListening
();
}
// Recreate the QSB, as the widget has been reset.
bindSearchProviderChanged
();
}
/**
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment