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