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

Commit b6c183a6 authored by Etan Cohen's avatar Etan Cohen Committed by android-build-merger
Browse files

Merge "[AWARE] Fix close guard method name" into oc-dr1-dev

am: 9aabf295

Change-Id: Ibdf4c9f91a41ba68c2d5ece4615a12e101638471
parents 0eba3cb0 9aabf295
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ public class DiscoverySession implements AutoCloseable {
        mClientId = clientId;
        mSessionId = sessionId;

        mCloseGuard.open("destroy");
        mCloseGuard.open("close");
    }

    /**
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ public class WifiAwareSession implements AutoCloseable {
        mClientId = clientId;
        mTerminated = false;

        mCloseGuard.open("destroy");
        mCloseGuard.open("close");
    }

    /**