Merge "Fix a systemui crash." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
71eb3e7ee8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user