mirror of https://github.com/M66B/FairEmail.git
Fixed crash
This commit is contained in:
parent
701c2d6121
commit
7912139c1d
|
@ -63,6 +63,7 @@ public class FragmentAnswer extends FragmentBase {
|
|||
|
||||
// Get arguments
|
||||
Bundle args = getArguments();
|
||||
if (args != null)
|
||||
if (args.getBoolean("copy"))
|
||||
copy = args.getLong("id", -1);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue