@ -887,6 +887,7 @@ class ChatController extends State<ChatPageWithRoom>
}
},
).catchError((err, s) {
clearFakeEvent();
if (err is EventTooLarge) {
showAdaptiveDialog(
context: context,
@ -496,8 +496,9 @@ class InputBar extends StatelessWidget {
builder: (context, _, focusNode) {
final textField = TextField(
enableSuggestions: enableAutocorrect,
readOnly:
controller != null && controller!.choreographer.isRunningIT,
readOnly: controller != null &&
(controller!.choreographer.isRunningIT ||
controller!.choreographer.chatController.obscureText),
autocorrect: enableAutocorrect,
controller: (controller
?.choreographer.chatController.obscureText) ??