mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-18 15:54:35 +01:00
opt.
This commit is contained in:
@@ -431,6 +431,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
error: (error, trace) => Text('${_s.error}: $error'),
|
||||
noData: Text(_s.nullToken),
|
||||
success: (text) {
|
||||
_pushToken = text;
|
||||
if (_pushToken == null) {
|
||||
text = _s.nullToken;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user