Do not reinflate/rebind widgets if we are going the rebind the full

workspace anyway.

Bug: 23820213
Bug: 24582781
Change-Id: I2cb4927916fed64a69100beb41ee14653ea1d70a
This commit is contained in:
Sunny Goyal
2015-10-01 18:50:48 -07:00
parent 1845049c66
commit 6bec75fe70
+3 -1
View File
@@ -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) {