diff options
Diffstat (limited to 'src/com/android/settings/profiles/ProfilesList.java')
-rw-r--r-- | src/com/android/settings/profiles/ProfilesList.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/settings/profiles/ProfilesList.java b/src/com/android/settings/profiles/ProfilesList.java index 7cc2048..250051a 100644 --- a/src/com/android/settings/profiles/ProfilesList.java +++ b/src/com/android/settings/profiles/ProfilesList.java @@ -57,11 +57,6 @@ public class ProfilesList extends SettingsPreferenceFragment implements public void onResume() { super.onResume(); refreshList(); - - // On tablet devices remove the padding - if (Utils.isTablet(getActivity())) { - getListView().setPadding(0, 0, 0, 0); - } } public void refreshList() { |