commit | 613a77adee4206a707f932c5faf9b32b35e5f82a | [log] [tgz] |
---|---|---|
author | Sungsoo Lim <sungsoo@google.com> | Mon Mar 16 15:44:51 2020 +0900 |
committer | Sungsoo Lim <sungsoo@google.com> | Tue Mar 17 13:53:30 2020 +0900 |
tree | 5a752c1b580bbf2b56e060611ac153ce8e604368 | |
parent | e78f4abb70486e6b351f9dd3659da81a6102d277 [diff] |
Prevent callbacks being called before the constructor BluetoothRouteProvider requires a listener in the constructor, but the listener method can be called before the constructor finished. This CL makes the listemer mether be called after the constructor finished. Bug: 149751047 Test: pass MediaRouter2 tests Change-Id: I3fae3f64253f3f7d3417f71bae76e2f483db3e69