Fix android proGuard issue

This commit is contained in:
LollipopKit
2021-10-26 14:36:58 +08:00
parent 18ff844b5e
commit 42fa67fbfc
4 changed files with 14 additions and 12 deletions

View File

@@ -177,12 +177,6 @@ class _ServerEditPageState extends State<ServerEditPage> with AfterLayoutMixin {
);
}
InputDecoration _buildDecoration(String label,
{TextStyle? textStyle, IconData? icon}) {
return InputDecoration(
labelText: label, labelStyle: textStyle, icon: Icon(icon));
}
@override
void afterFirstLayout(BuildContext context) {
if (widget.spi != null) {