去掉会话列表草稿功能
This commit is contained in:
parent
c80d534192
commit
b1f68e6a35
@ -651,7 +651,7 @@ class _InputTextFieldState extends TIMUIKitState<TIMInputTextField> {
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
handleSetDraftText();
|
||||
// handleSetDraftText();
|
||||
widget.model.removeListener(onModelChanged);
|
||||
focusNode.dispose();
|
||||
super.dispose();
|
||||
@ -760,6 +760,7 @@ class _InputTextFieldState extends TIMUIKitState<TIMInputTextField> {
|
||||
addStickerToText: addStickerToText,
|
||||
customStickerPanel: widget.customStickerPanel,
|
||||
forbiddenText: forbiddenText,
|
||||
|
||||
onChanged: widget.onChanged,
|
||||
backgroundColor: widget.backgroundColor,
|
||||
morePanelConfig: widget.morePanelConfig,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user