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

Commit 68fce9e9 authored by Hugo Benichi's avatar Hugo Benichi Committed by android-build-merger
Browse files

Merge "Fix race condition in NsdManagerTest" am: f2383db7 am: 2dfb4948 am: ba82d646

am: 871e6759

Change-Id: Ia9237e9be9db7447985726be06a3d9020ab72087
parents e37657fd 871e6759
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -333,7 +333,7 @@ public class NsdManagerTest {
    public static class MockServiceHandler extends Handler {
        public Context mContext;
        public AsyncChannel chan;
        public Message lastMessage;
        public volatile Message lastMessage;

        MockServiceHandler(Looper looper, Context context) {
            super(looper);