FIX_min sec change
This commit is contained in:
parent
c6128dc9a9
commit
7e1b5c1022
File diff suppressed because one or more lines are too long
@ -226,7 +226,7 @@ class EnquiryStaffState extends ConsumerState<EnquiryListStaffInline> {
|
||||
final ScrollController _horizontalScrollController = ScrollController();
|
||||
// late Timer timer;
|
||||
Timer? timer;
|
||||
int selectedSeconds = 3000;
|
||||
int selectedSeconds = 30;
|
||||
bool isActionable = false; // current UI state
|
||||
bool userPreference = false; // memory of what the user chose
|
||||
bool _listened = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user