mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
new: FIFO list impl
This commit is contained in:
@@ -409,7 +409,6 @@ class _ServerEditPageState extends State<ServerEditPage> {
|
||||
|
||||
Widget _buildFAB() {
|
||||
return FloatingActionButton(
|
||||
heroTag: 'server',
|
||||
onPressed: _onSave,
|
||||
child: const Icon(Icons.save),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user