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

Commit 9065c2af authored by Silin Huang's avatar Silin Huang
Browse files

Fix a systemui crash.

QAW controller should use main executor to start UI intent.

Test: manual
Bug: 232969910

Change-Id: I53e1fc84d303ea13bab84db240baf7f27c8f8b78
parent e0142a3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ public class QuickAccessWalletController {
    public void startQuickAccessUiIntent(ActivityStarter activityStarter,
            ActivityLaunchAnimator.Controller animationController,
            boolean hasCard) {
        mQuickAccessWalletClient.getWalletPendingIntent(mBgExecutor,
        mQuickAccessWalletClient.getWalletPendingIntent(mExecutor,
                walletPendingIntent -> {
                    if (walletPendingIntent != null) {
                        startQuickAccessViaPendingIntent(walletPendingIntent, activityStarter,