mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-27 08:01:50 +01:00
Added dialog life cycle
This commit is contained in:
@@ -262,7 +262,7 @@ public class FragmentAnswer extends FragmentBase {
|
||||
protected void onException(Bundle args, Throwable ex) {
|
||||
Helper.unexpectedError(getFragmentManager(), ex);
|
||||
}
|
||||
}.execute(FragmentAnswer.this, args, "answer:delete");
|
||||
}.execute(this, args, "answer:delete");
|
||||
}
|
||||
|
||||
public static class FragmentInfo extends FragmentDialogEx {
|
||||
|
||||
Reference in New Issue
Block a user