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

Commit 95b04b11 authored by Silin Huang's avatar Silin Huang
Browse files

Use callback executor when querying wallet cards from QAW client.

Bug: 230390636
Test: manual
Change-Id: I8224ae24de840ee1e1c4649137d73360be2fa22b
parent 46e3f921
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ public class QuickAccessWalletController {
        int iconSizePx = mContext.getResources().getDimensionPixelSize(R.dimen.wallet_icon_size);
        GetWalletCardsRequest request =
                new GetWalletCardsRequest(cardWidth, cardHeight, iconSizePx, /* maxCards= */ 1);
        mQuickAccessWalletClient.getWalletCards(mExecutor, request, cardsRetriever);
        mQuickAccessWalletClient.getWalletCards(mCallbackExecutor, request, cardsRetriever);
    }

    /**