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, public void startQuickAccessUiIntent(ActivityStarter activityStarter,
ActivityLaunchAnimator.Controller animationController, ActivityLaunchAnimator.Controller animationController,
boolean hasCard) { boolean hasCard) {
mQuickAccessWalletClient.getWalletPendingIntent(mBgExecutor, mQuickAccessWalletClient.getWalletPendingIntent(mExecutor,
walletPendingIntent -> { walletPendingIntent -> {
if (walletPendingIntent != null) { if (walletPendingIntent != null) {
startQuickAccessViaPendingIntent(walletPendingIntent, activityStarter, startQuickAccessViaPendingIntent(walletPendingIntent, activityStarter,