Merge "Fix a systemui crash." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-06-03 00:06:06 +00:00
committed by Android (Google) Code Review

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,