Fix a systemui crash.

QAW controller should use main executor to start UI intent.

Test: manual
Bug: 232969910

Change-Id: I53e1fc84d303ea13bab84db240baf7f27c8f8b78
This commit is contained in:
Silin Huang
2022-05-26 09:29:00 -07:00
parent e0142a3d06
commit 9065c2af58

View File

@@ -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,