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

Commit 713bba32 authored by Angela Wang's avatar Angela Wang Committed by Android (Google) Code Review
Browse files

Merge "New hearing device pairing page: fix cannot re-connecting gatt issue" into main

parents 495ab9d0 dc297afb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ public class HearingDevicePairingFragment extends RestrictedDashboardFragment im
        for (BluetoothGatt gatt: mConnectingGattList) {
            gatt.disconnect();
        }
        mConnectingGattList.clear();
        mLocalManager.setForegroundActivity(null);
        mLocalManager.getEventManager().unregisterCallback(this);
    }