Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d06896d8 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix a systemui crash." into tm-dev am: 71eb3e7e am: 72352d90

parents b985aa5d 72352d90
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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,