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();
|
||||
}
|
||||
|
||||
@Override public void onDestroyView() {
|
||||
@Override public synchronized void onDestroyView() {
|
||||
super.onDestroyView();
|
||||
if (unbinder != null)
|
||||
unbinder.unbind();
|
||||
|
|
Loading…
Reference in a new issue