Remove unnecessary updatePivots
- Follow-up of http://ag/17888303 to remove extra code that didn't get clean up Bug: 209981696 Test: manual Change-Id: I37f68dd52adacfd033eaeaeca52c98a4a06d556d
This commit is contained in:
@@ -4855,7 +4855,6 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
if (mOverlayEnabled != overlayEnabled) {
|
||||
mOverlayEnabled = overlayEnabled;
|
||||
updateEnabledOverlays();
|
||||
updatePivots();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user