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

Commit bfebf1bd authored by Kamaljeet Maini's avatar Kamaljeet Maini
Browse files

Release ICloseHandle instance after announcement listener is unregistered

Bug: b/170770415
Test: Presubmit
Change-Id: I3974fa2fd38717882758321c8abea98c993f990c
parent ce7806da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -392,6 +392,7 @@ class RadioModule {
                } catch (RemoteException ex) {
                    Slog.e(TAG, "Failed closing announcement listener", ex);
                }
                hwCloseHandle.value = null;
            }
        };
    }