Mi Band: Make sure live activity gets stopped when using the back button

here
Andreas Shimokawa 2016-05-15 22:24:37 +02:00
parent 3a1f91b5a8
commit d66f842e9b
1 changed files with 1 additions and 0 deletions

View File

@ -351,6 +351,7 @@ public class LiveActivityFragment extends AbstractChartFragment {
@Override
public void onDestroyView() {
onMadeInvisibleInActivity();
LocalBroadcastManager.getInstance(getActivity()).unregisterReceiver(mReceiver);
super.onDestroyView();
}