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

Commit f2383db7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix race condition in NsdManagerTest"

parents 30895c5e 22143956
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);