Merge "Tweak bluetooth text alignment"

This commit is contained in:
TreeHugger Robot
2018-01-17 22:20:21 +00:00
committed by Android (Google) Code Review
3 changed files with 2 additions and 5 deletions

View File

@@ -176,7 +176,6 @@ public abstract class BluetoothDeviceUpdater implements BluetoothCallback {
new BluetoothDevicePreference(mPrefContext, cachedDevice,
mShowDeviceWithoutNames);
btPreference.setOnGearClickListener(mDeviceProfilesListener);
btPreference.setSummary(R.string.summary_placeholder);
mPreferenceMap.put(device, btPreference);
mDevicePreferenceCallback.onDeviceAdded(btPreference);
}