Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 935eedad authored by Sunny Goyal's avatar Sunny Goyal Committed by Android (Google) Code Review
Browse files

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

Merge "Do not reinflate/rebind widgets if we are going the rebind the full workspace anyway." into ub-launcher3-burnaby-polish
parents 34ef93cc 6bec75fe
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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.
        if (!isWorkspaceLoading()) {
            getWorkspace().reinflateWidgetsIfNecessary();
        }
        reinflateQSBIfNecessary();

        if (DEBUG_RESUME_TIME) {