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

Commit 912af577 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove the dynamic summary for bt preference." into pi-dev

parents 15602b3f 80f6aab9
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;
            }