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

Commit 0b97d354 authored by Cai, Min1's avatar Cai, Min1 Committed by Hiroki Yamamoto
Browse files

Refresh payment preference while resume

To show latest payment service list on Tap&pay menu.

Test: install payment service and go back to Tap&pay menu
Bug: 67718335
Change-Id: I6f421176b9c461898224b50d06f67a49645f0d18
parent c4b0fa58
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -73,6 +73,7 @@ public class PaymentBackend {


    public void onResume() {
    public void onResume() {
        mSettingsPackageMonitor.register(mContext, mContext.getMainLooper(), false);
        mSettingsPackageMonitor.register(mContext, mContext.getMainLooper(), false);
        refresh();
    }
    }


    public void refresh() {
    public void refresh() {