Fix drafts not working when typing indicators are disabled.
This commit is contained in:
parent
7f47e50674
commit
afff792ecc
1 changed files with 1 additions and 3 deletions
|
@ -838,9 +838,7 @@ public class ConversationParentFragment extends Fragment
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if (TextSecurePreferences.isTypingIndicatorsEnabled(ApplicationDependencies.getApplication())) {
|
composeText.addTextChangedListener(typingTextWatcher);
|
||||||
composeText.addTextChangedListener(typingTextWatcher);
|
|
||||||
}
|
|
||||||
composeText.setSelection(composeText.length(), composeText.length());
|
composeText.setSelection(composeText.length(), composeText.length());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue