Moving bottom sheet variables to their own class
Bug: 419264653 Flag: EXEMPT refactor Test: DeviceProfileDumpTest Test: All Image tests Change-Id: Ibaee4e94e54dbeb2f79ea5c1b6e73415ae219251
This commit is contained in:
committed by
Uwais Ashraf
parent
501df2edca
commit
6dcdd67e23
@@ -355,7 +355,7 @@ public class QuickstepWidgetPickerActivity extends
|
||||
// Bind recommendations once picker has finished open animation.
|
||||
MAIN_EXECUTOR.getHandler().postDelayed(
|
||||
() -> mWidgetPickerDataProvider.setWidgetRecommendations(recommendedWidgets),
|
||||
mDeviceProfile.bottomSheetOpenDuration);
|
||||
mDeviceProfile.getBottomSheetProfile().getBottomSheetOpenDuration());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user