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

Commit 9f66ad47 authored by Wei Sheng Shih's avatar Wei Sheng Shih Committed by Automerger Merge Worker
Browse files

Merge "Correct parameter order when calling setCustomAnimation." into udc-dev am: 714a5b0a

parents d36f58ff 714a5b0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -286,8 +286,8 @@ class BackNavigationController {
                                currentActivity.getCustomAnimation(false/* open */);
                        if (customAppTransition != null) {
                            infoBuilder.setCustomAnimation(currentActivity.packageName,
                                    customAppTransition.mExitAnim,
                                    customAppTransition.mEnterAnim,
                                    customAppTransition.mExitAnim,
                                    customAppTransition.mBackgroundColor);
                        }
                    }