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

Commit 5a083d2b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change the alignment of the foreground preferernce controller" into tm-dev

parents 5d218d9f bf3a207f
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]);
    }