improving splash

This commit is contained in:
2026-07-12 17:57:22 +02:00
parent f04fc15fb9
commit ea04dea7bc
4 changed files with 6 additions and 3 deletions

View File

@@ -247,7 +247,6 @@ class _SplashScreenState extends State<SplashScreen>
/// user can install the latest version. No cache clearing needed.
void _showMobileUpdateSheet(SplashProvider provider, String version) {
final message =
provider.updatePayload?['message']?.toString() ??
'A new version of the app is available. Please download the latest version from the store.';
final downloadUrl = provider.downloadUrl;