Subidas para permitir compilación
All checks were successful
Build & Deploy Farolero / Análisis de código (push) Successful in 11s
Build & Deploy Farolero / Build APK + AAB release (push) Successful in 1m20s

This commit is contained in:
2026-05-05 22:48:05 +02:00
parent 1b0ec8dc57
commit 031c190d74
2 changed files with 1 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ class _PantallaNotasOnlineState extends State<PantallaNotasOnline> {
return PopScope(
canPop: true,
onPopInvokedWithResult: (_, __) => _guardarNotas(),
onPopInvokedWithResult: (didPop, result) => _guardarNotas(),
child: Scaffold(
appBar: AppBar(
title: Text(l10n.notesTitle),