locked only if installed, to-do: need refine here
This commit is contained in:
parent
aeeffad33b
commit
78efa66378
@ -331,7 +331,7 @@ class _Safety extends StatefulWidget {
|
|||||||
class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
|
class _SafetyState extends State<_Safety> with AutomaticKeepAliveClientMixin {
|
||||||
@override
|
@override
|
||||||
bool get wantKeepAlive => true;
|
bool get wantKeepAlive => true;
|
||||||
bool locked = true;
|
bool locked = bind.mainIsInstalled();
|
||||||
final scrollController = ScrollController();
|
final scrollController = ScrollController();
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user