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

Commit ba82d646 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

Change-Id: Id2036620f3780aca340470d03b3c579ed3e1e9b7
parents 8274806d 2dfb4948
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);