FIX_min sec change

This commit is contained in:
sanjeev.p 2026-01-03 10:04:31 +05:30
parent c6128dc9a9
commit 7e1b5c1022
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -226,7 +226,7 @@ class EnquiryStaffState extends ConsumerState<EnquiryListStaffInline> {
final ScrollController _horizontalScrollController = ScrollController(); final ScrollController _horizontalScrollController = ScrollController();
// late Timer timer; // late Timer timer;
Timer? timer; Timer? timer;
int selectedSeconds = 3000; int selectedSeconds = 30;
bool isActionable = false; // current UI state bool isActionable = false; // current UI state
bool userPreference = false; // memory of what the user chose bool userPreference = false; // memory of what the user chose
bool _listened = false; bool _listened = false;