mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
Fix null value
Text widget cannot accept a null value as the text value.
This commit is contained in:
@ -142,7 +142,7 @@ class VersionNumberTile extends StatefulWidget {
|
||||
}
|
||||
|
||||
class VersionNumberTileState extends State<VersionNumberTile> {
|
||||
String versionText;
|
||||
String versionText = "";
|
||||
|
||||
@override
|
||||
void initState() {
|
||||
|
Reference in New Issue
Block a user