Fix a systemui crash.
QAW controller should use main executor to start UI intent. Test: manual Bug: 232969910 Change-Id: I53e1fc84d303ea13bab84db240baf7f27c8f8b78
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