Loading QKSMS/src/main/java/com/moez/QKSMS/ui/view/ComposeView.java +2 −1 Original line number Diff line number Diff line Loading @@ -426,7 +426,6 @@ public class ComposeView extends LinearLayout implements View.OnClickListener { } else { attachment = null; } clearAttachment(); String[] recipients = null; if (mConversation != null) { Loading @@ -440,6 +439,8 @@ public class ComposeView extends LinearLayout implements View.OnClickListener { // If we have some recipients, send the message! if (recipients != null && recipients.length > 0) { clearAttachment(); mReplyText.setText(""); AnalyticsManager.getInstance().sendEvent( Loading Loading
QKSMS/src/main/java/com/moez/QKSMS/ui/view/ComposeView.java +2 −1 Original line number Diff line number Diff line Loading @@ -426,7 +426,6 @@ public class ComposeView extends LinearLayout implements View.OnClickListener { } else { attachment = null; } clearAttachment(); String[] recipients = null; if (mConversation != null) { Loading @@ -440,6 +439,8 @@ public class ComposeView extends LinearLayout implements View.OnClickListener { // If we have some recipients, send the message! if (recipients != null && recipients.length > 0) { clearAttachment(); mReplyText.setText(""); AnalyticsManager.getInstance().sendEvent( Loading