Ensure BackgroundTask.reschedule() is run on the UI/MainThread |
|
Issue descriptionIt looks like BackgroundTask.java annotates all of its methods with @MainThread, and the BTS code typically calls ThreadUtils.assertOnUiThread(); before invoking a BackgroundTask method. However, we do not seem to do this for reschedule(). |
|
►
Sign in to add a comment |
|