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

Commit 3d138b37 authored by tom hsu's avatar tom hsu
Browse files

[Settings] Update UI when bluetooth connection is down.

 - When Airplane mode on, all connection shall be disconnected. In
   current design, when bluebooth disconnected, network page in Settings
   does not udpate the UI.

Bug: b/246925011
Test: Maunal
Change-Id: I1bf56e96737157d8e76057028b22e94e0e8d76e4
parent 0960af0b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -72,6 +72,7 @@ public class TetherPreferenceController extends AbstractPreferenceController imp

                public void onServiceDisconnected(int profile) {
                    mBluetoothPan.set(null);
                    updateSummary();
                }
            };