Skip to content

Commit

Permalink
Fixed deprecated stop method.
Browse files Browse the repository at this point in the history
  • Loading branch information
irinil committed Aug 19, 2020
1 parent f0ad6e7 commit fb1312e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -496,7 +496,7 @@ public void onDestroy() {
if (mReceiver != null){
unregisterBroadcastReceiver();
}
updateUIThread.stop();
updateUIThread.interrupt();
}

private void unbindDrawables(View view) {
Expand Down

0 comments on commit fb1312e

Please sign in to comment.