Merge "Change the alignment of the foreground preferernce controller" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
5a083d2bfe
@@ -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]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user