mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 00:36:49 +00:00
Merge "Do not reinflate/rebind widgets if we are going the rebind the full workspace anyway." into ub-launcher3-burnaby-polish
This commit is contained in:
@@ -1047,7 +1047,9 @@ public class Launcher extends Activity
|
||||
// Consequently, the widgets will be inflated in the orientation of the foreground activity
|
||||
// (framework issue). On resuming, we ensure that any widgets are inflated for the current
|
||||
// orientation.
|
||||
getWorkspace().reinflateWidgetsIfNecessary();
|
||||
if (!isWorkspaceLoading()) {
|
||||
getWorkspace().reinflateWidgetsIfNecessary();
|
||||
}
|
||||
reinflateQSBIfNecessary();
|
||||
|
||||
if (DEBUG_RESUME_TIME) {
|
||||
|
||||
Reference in New Issue
Block a user