Loading packages/SystemUI/src/com/android/systemui/wallet/controller/QuickAccessWalletController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
packages/SystemUI/src/com/android/systemui/wallet/controller/QuickAccessWalletController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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, Loading