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

Commit bf3a207f authored by Jack Yu's avatar Jack Yu
Browse files

Change the alignment of the foreground preferernce controller

Set left align to the nfc foreground preference controller.

Bug: 223073535
Test: manual
Change-Id: I0d4ffcedb2646b9d3fd7f4d56adb0d000cfd5987
parent 8cb0439d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ public class NfcForegroundPreferenceController extends BasePreferenceController
            return;
        }
        final ListPreference listPreference = (ListPreference) preference;
        listPreference.setIconSpaceReserved(true);
        listPreference.setIconSpaceReserved(false);
        listPreference.setValue(mListValues[mPaymentBackend.isForegroundMode() ? 1 : 0]);
    }