ui fixes
This commit is contained in:
parent
0812dabb2e
commit
0296fa24a0
|
|
@ -57,9 +57,8 @@ class ChatScreen extends StatelessWidget {
|
|||
SearchBarWidget(
|
||||
controller: searchFieldController,
|
||||
onChanged: (value) {
|
||||
if (value == '') {
|
||||
lastDate = 'today'.tr;
|
||||
}
|
||||
|
||||
if (debouncer?.isActive ?? false) {
|
||||
debouncer!.cancel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user