rebuild translations

This commit is contained in:
zjs81
2026-08-11 00:15:45 -07:00
parent eee72b4c65
commit cf6c93c50a
63 changed files with 6584 additions and 4040 deletions
+2 -5
View File
@@ -345,8 +345,7 @@ class MeshCoreApp extends StatefulWidget {
/// packets" until some unrelated image arrived.
const Duration _kImageSweepInterval = Duration(seconds: 5);
class _MeshCoreAppState extends State<MeshCoreApp>
with WidgetsBindingObserver {
class _MeshCoreAppState extends State<MeshCoreApp> with WidgetsBindingObserver {
Timer? _imageSweepTimer;
@override
@@ -369,9 +368,7 @@ class _MeshCoreAppState extends State<MeshCoreApp>
@override
void didChangeAppLifecycleState(AppLifecycleState state) {
super.didChangeAppLifecycleState(state);
widget.receivedImageStore.setForeground(
state == AppLifecycleState.resumed,
);
widget.receivedImageStore.setForeground(state == AppLifecycleState.resumed);
// ~2.7 GiB resident in a backgrounded app is a low-memory-killer kill, so
// unlike the translation stack the graph is dropped on background rather
// than held until the radio disconnects.