Fixed error after send after

This commit is contained in:
M66B 2019-07-08 09:21:53 +02:00
parent f31dc74c3d
commit f0039c234a
1 changed files with 1 additions and 0 deletions

View File

@ -1143,6 +1143,7 @@ public class FragmentCompose extends FragmentBase {
Bundle args = data.getBundleExtra("args");
onSendAfter(args.getLong("time"));
}
break;
case REQUEST_REF_EDIT:
if (resultCode == RESULT_OK)
onReferenceEditConfirmed();