mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Only show the most recent screen added to custom content (issue 11087978)
Change-Id: Id50604e982cbb3abb26e5dfc3fcc37339529539d
This commit is contained in:
@@ -571,6 +571,7 @@ public class Workspace extends SmoothPagedView
|
||||
if (customContent instanceof Insettable) {
|
||||
((Insettable)customContent).setInsets(mInsets);
|
||||
}
|
||||
customScreen.removeAllViews();
|
||||
customScreen.addViewToCellLayout(customContent, 0, 0, lp, true);
|
||||
mCustomContentDescription = description;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user