commit | 10759887c276571b29a58843b9bb854c78731f99 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Fri Sep 25 16:42:58 2020 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon Sep 28 08:57:08 2020 -0700 |
tree | a4187a35adb54733b568478dd5a81eb53e9bbac9 | |
parent | 011452a4cec5800f444548419eceb110f831be47 [diff] |
Fixing lock during RecentsModel initialization HandlerThread.getLooper blocks the current thread until. the final thread is initialized. Updating RecentsModel to use an executor instead of a handler thread to avoid this. Change-Id: I3b2e82a375ea65bea1526af4a32c6a2488102541