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

Commit 8d3bb3e2 authored by mingliang.x.lei's avatar mingliang.x.lei Committed by android-build-merger
Browse files

Merge "Fix memory leak in Bluetooth settings"

am: 5a652c02

Change-Id: Ica95ac1bed6dbbc305315a32c1c9a92bb83d4574
parents dbfde54f 5a652c02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem
    @Override
    public void onStop() {
        super.onStop();
        mPairedDevicesCategory.removeAll();
        if (mBluetoothEnabler != null) {
            mBluetoothEnabler.pause();
        }