Merge pull request #409 from twonlyapp/marmot
Some checks failed
Publish on Github / build_and_publish (push) Has been cancelled

- New: Create custom shortcuts to quickly share images with pre-selected groups
- New: Seamless recovery for iOS reinstallations
- Improved: Redesigned snackbar notifications
- Improved: New backup mechanism to allow larger backup files
- Improved: Move keys into a centralized Rust-owned structure stored in secure storage
- Fix: Messages occasionally not received until app restart
- Fix: Multiple smaller issues
This commit is contained in:
Tobi 2026-05-13 19:57:11 +02:00 committed by GitHub
commit 5ec8afc01f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,8 +9,6 @@ class AppEnvironment {
static bool _isInitialized = false;
static bool _isInitialized = false;
// will be loaded in the main_camera_controller.dart
static List<CameraDescription> cameras = [];