Merge "Remove garbage spaces" am: b29fb46920 am: fcce9c56d4 am: 045833a959

Change-Id: If3ed216fd7e7a33009c7fca6e6a6a92cf42cf3a0
This commit is contained in:
Mathew Inwood
2020-05-20 10:06:27 +00:00
committed by Automerger Merge Worker
2 changed files with 7 additions and 10 deletions

View File

@@ -81,9 +81,7 @@ public class Registrant
Message msg = Message.obtain(); Message msg = Message.obtain();
msg.what = what; msg.what = what;
msg.obj = new AsyncResult(userObj, result, exception); msg.obj = new AsyncResult(userObj, result, exception);
h.sendMessage(msg); h.sendMessage(msg);
} }
} }
@@ -126,4 +124,3 @@ public class Registrant
int what; int what;
Object userObj; Object userObj;
} }