Merge "[Settings] Update UI when bluetooth connection is down."

This commit is contained in:
Tom Hsu
2022-09-23 06:39:35 +00:00
committed by Gerrit Code Review

View File

@@ -72,6 +72,7 @@ public class TetherPreferenceController extends AbstractPreferenceController imp
public void onServiceDisconnected(int profile) {
mBluetoothPan.set(null);
updateSummary();
}
};