Small improvements

This commit is contained in:
M66B 2018-09-03 17:58:04 +00:00
parent c49e24c8b4
commit fee57e5426
1 changed files with 7 additions and 1 deletions

View File

@ -180,11 +180,11 @@ public class FragmentMessage extends FragmentEx {
@Override
public void onDestroy() {
super.onDestroy();
if (openPgpConnection != null) {
openPgpConnection.unbindFromService();
openPgpConnection = null;
}
super.onDestroy();
}
@Override
@ -389,6 +389,12 @@ public class FragmentMessage extends FragmentEx {
return view;
}
@Override
public void onDestroyView() {
adapter = null;
super.onDestroyView();
}
@Override
public void onSaveInstanceState(Bundle outState) {
super.onSaveInstanceState(outState);