|
|
@ -2397,7 +2397,10 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected void onDestroyed(Bundle args) {
|
|
|
|
protected void onDestroyed(Bundle args) {
|
|
|
|
toast = null;
|
|
|
|
if (toast != null) {
|
|
|
|
|
|
|
|
toast.cancel();
|
|
|
|
|
|
|
|
toast = null;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
@ -2474,7 +2477,10 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected void onDestroyed(Bundle args) {
|
|
|
|
protected void onDestroyed(Bundle args) {
|
|
|
|
toast = null;
|
|
|
|
if (toast != null) {
|
|
|
|
|
|
|
|
toast.cancel();
|
|
|
|
|
|
|
|
toast = null;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|