fix: Reset fallback sharing state

This commit is contained in:
Janez T
2026-04-07 14:04:45 +02:00
parent e5514b4ef9
commit 44a668df93
64 changed files with 12741 additions and 8677 deletions

View File

@@ -179,7 +179,7 @@ class DrawingMarkersLayer extends StatelessWidget {
context: context,
builder: (context) => AlertDialog(
title: Text(AppLocalizations.of(context)!.deleteDrawing),
content: Text('Delete this ${drawing.type.name}?'),
content: Text(AppLocalizations.of(context)!.deleteThisDrawing(drawing.type.name)),
actions: [
TextButton(
onPressed: () => Navigator.pop(context),