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

Commit bb975a57 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

Change-Id: I7f14345e55d15e50c3bd16ad234d1f31edd5ffc2
parents 86818604 912af577
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;
            }