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

Commit 10746755 authored by Lei Yu's avatar Lei Yu Committed by android-build-merger
Browse files

Merge "Remove the dynamic summary for bt preference." into pi-dev am: 912af577

am: bb975a57

Change-Id: I5a2bc49e143b4bdc7370bc9660796735ae1fb81d
parents d8f94a72 bb975a57
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -387,7 +387,6 @@ public class TetherSettings extends RestrictedSettingsFragment
            if (adapter.getState() == BluetoothAdapter.STATE_OFF) {
                mBluetoothEnableForTether = true;
                adapter.enable();
                mBluetoothTether.setSummary(R.string.bluetooth_turning_on);
                mBluetoothTether.setEnabled(false);
                return;
            }