Loading QKSMS/src/main/java/com/moez/QKSMS/ui/compose/ComposeFragment.java +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ public class ComposeFragment extends QKFragment implements ActivityLauncher, Rec public void onSend(String[] recipients, String body) { long threadId = Utils.getOrCreateThreadId(mContext, recipients[0]); if (threadId != 0) { mContext.finish(); MessageListActivity.launch(mContext, threadId, -1, null, true); } else { mContext.onBackPressed(); Loading Loading
QKSMS/src/main/java/com/moez/QKSMS/ui/compose/ComposeFragment.java +1 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,7 @@ public class ComposeFragment extends QKFragment implements ActivityLauncher, Rec public void onSend(String[] recipients, String body) { long threadId = Utils.getOrCreateThreadId(mContext, recipients[0]); if (threadId != 0) { mContext.finish(); MessageListActivity.launch(mContext, threadId, -1, null, true); } else { mContext.onBackPressed(); Loading