Skip to content

Commit

Permalink
Shade: Ensure worker handler is used for MediaListener updates
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed May 23, 2020
1 parent 415e641 commit bf36d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shade/src/amirz/unread/media/MediaListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private void updateControllers(List<MediaController> controllers) {
mc.unregisterCallback(this);
}
for (MediaController mc : controllers) {
mc.registerCallback(this);
mc.registerCallback(this, mWorkerHandler);
}
mControllers = controllers;
}
Expand Down

0 comments on commit bf36d7a

Please sign in to comment.