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

Commit 2dfb4948 authored by Hugo Benichi's avatar Hugo Benichi Committed by android-build-merger
Browse files

Merge "Fix race condition in NsdManagerTest"

am: f2383db7

Change-Id: Ifd731767608e738a271bd5793a462675c2a93123
parents 6bc21997 f2383db7
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);