Always check whether context has been destroyed.

This commit is contained in:
akwizgran
2016-09-29 14:52:00 +01:00
parent f1730aa7d9
commit cb983f02c2
49 changed files with 310 additions and 340 deletions

View File

@@ -231,4 +231,9 @@ public class FeedFragment extends BaseFragment implements
}
s.show();
}
@Override
public void onBlogRemoved() {
finish();
}
}