Skip to content

Commit

Permalink
fixed update message
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinzigmundv committed Apr 20, 2024
1 parent f5950d4 commit 33f2dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/services/update.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ class UpdateManager {
}

getUpdateMessage() {
return "Fixed issue with Google and Android TV interface sometimes appearing on Android phones.";
return "Fixed a bug causing TV interface to appear on phones.";
}

removeUpdate(StorageProvider storage) async {
storage.updateVersion(packageInfo.version);
}
}
}

0 comments on commit 33f2dc4

Please sign in to comment.