Fix issue #287 - crash with deleting / redrafting a reply

pull/307/head
Thomas 2 years ago
parent 51c3bc56f3
commit 745de828bb

@ -386,9 +386,11 @@ public class ComposeActivity extends BaseActivity implements ComposeAdapter.Mana
}); });
} else { } else {
if (composeAdapter != null) {
composeAdapter.addSharing(null, null, sharedDescription, null, sharedContent, null); composeAdapter.addSharing(null, null, sharedDescription, null, sharedContent, null);
} }
} }
}
@Override @Override
protected void onDestroy() { protected void onDestroy() {

Loading…
Cancel
Save