mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 10:04:20 +01:00
bugfix
This commit is contained in:
@@ -51,7 +51,6 @@ class _AppDetailRouter extends State<AppDetailRouter> {
|
||||
if (arg != null && arg is App) {
|
||||
if (app == null || app!.id != arg.id) {
|
||||
app = App.fromJson(arg.toJson());
|
||||
print(app!.name);
|
||||
nameController.text = app!.name ?? "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user