|
|
@@ -137,7 +137,9 @@ class __CustomItemPageContainerState extends State<_CustomItemPageContainer> wit |
|
|
|
if (current is CustomItemPageAppRestartState) { |
|
|
|
// 重启App |
|
|
|
Logger.log('开始重新启动App CustomItemPageAppRestartState'); |
|
|
|
EventUtil.instance.fire(ReloadEvent()); |
|
|
|
Timer(Duration(milliseconds: 1000), () { |
|
|
|
EventUtil.instance.fire(ReloadEvent()); |
|
|
|
}); |
|
|
|
return false; |
|
|
|
} |
|
|
|
return true; |
|
|
|