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,
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user