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
7da05a50
Commit
7da05a50
authored
11 years ago
by
Adam Cohen
Committed by
Android (Google) Code Review
11 years ago
Browse files
Options
Download
Plain Diff
Merge "Fix issue of extra blank screen after uninstall (issue 12372657)" into ub-now-lunchbox
parents
65e43032
b2603e3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/com/android/launcher3/AppsCustomizePagedView.java
src/com/android/launcher3/AppsCustomizePagedView.java
+1
-0
No files found.
src/com/android/launcher3/AppsCustomizePagedView.java
View file @
7da05a50
...
...
@@ -828,6 +828,7 @@ public class AppsCustomizePagedView extends PagedViewWithDraggableItems implemen
}
});
}
else
{
mLauncher
.
getWorkspace
().
removeExtraEmptyScreen
(
true
,
null
);
mLauncher
.
unlockScreenOrientation
(
false
);
}
}
...
...
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