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