mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
minor bug fixes
This commit is contained in:
@@ -48,12 +48,7 @@ class _SmartInputState extends State<SmartInput> {
|
||||
return;
|
||||
}
|
||||
|
||||
var decoded = preferences.getString(widget.keyName);
|
||||
if(decoded == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
widget.controller.text = decoded;
|
||||
widget.controller.text = preferences.getString(widget.keyName) ?? "";
|
||||
}
|
||||
|
||||
TextBox _buildTextBox() {
|
||||
|
||||
Reference in New Issue
Block a user