Merge "Don't add SettingsLib to static_libs in Settings unit test." into sc-dev am: 8a7f55246f
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14491512 Change-Id: I3f4472878de17742fe6c5f2fb697cc5693b1af60
This commit is contained in:
@@ -100,7 +100,8 @@ public class StorageSelectionPreferenceController extends BasePreferenceControll
|
||||
if (mOnItemSelectedListener == null) {
|
||||
return;
|
||||
}
|
||||
mOnItemSelectedListener.onItemSelected(mStorageAdapter.getItem(position));
|
||||
mOnItemSelectedListener.onItemSelected(
|
||||
(StorageEntry) mSpinnerPreference.getSelectedItem());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user