synchronize onDestroyView
This commit is contained in:
parent
97bbc00dcf
commit
bbf09a62f1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ abstract public class SubscriberFragment extends Fragment {
|
||||||
updateGUI();
|
updateGUI();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override public void onDestroyView() {
|
@Override public synchronized void onDestroyView() {
|
||||||
super.onDestroyView();
|
super.onDestroyView();
|
||||||
if (unbinder != null)
|
if (unbinder != null)
|
||||||
unbinder.unbind();
|
unbinder.unbind();
|
||||||
|
|
Loading…
Reference in a new issue