mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "Do not report finish in mergeAnimation..." into 24D1-dev
This commit is contained in:
@@ -151,7 +151,8 @@ public class KeyboardQuickSwitchViewController {
|
||||
context.getDeviceProfile().overviewPageSpacing,
|
||||
QuickStepContract.getWindowCornerRadius(context),
|
||||
AnimationUtils.loadInterpolator(
|
||||
context, android.R.interpolator.fast_out_extra_slow_in)));
|
||||
context, android.R.interpolator.fast_out_extra_slow_in)),
|
||||
"SlideInTransition");
|
||||
if (mOnDesktop) {
|
||||
UI_HELPER_EXECUTOR.execute(() ->
|
||||
SystemUiProxy.INSTANCE.get(mKeyboardQuickSwitchView.getContext())
|
||||
|
||||
@@ -46,12 +46,7 @@ class SlideInRemoteTransition(
|
||||
mergeTarget: IBinder,
|
||||
finishCB: IRemoteTransitionFinishedCallback
|
||||
) {
|
||||
|
||||
try {
|
||||
finishCB.onTransitionFinished(null, Transaction())
|
||||
} catch (e: RemoteException) {
|
||||
// Ignore
|
||||
}
|
||||
// Do not report finish if we don't know how to handle this transition.
|
||||
}
|
||||
|
||||
override fun startAnimation(
|
||||
|
||||
Reference in New Issue
Block a user