synchronize onDestroyView

This commit is contained in:
AdrianLxM 2018-06-08 06:20:35 +02:00 committed by GitHub
parent 97bbc00dcf
commit bbf09a62f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();