Merge "Fix a systemui crash." into tm-dev am: 71eb3e7ee8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/18616604 Change-Id: Ia8c5ca5f9c6725be88cdae9f8ada949bde86a71f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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