This commit is contained in:
Vadim 2025-08-11 21:31:07 +02:00
parent 82669bc5e5
commit 2369b1a3d7

View file

@ -37,7 +37,7 @@ class _LogbookPhotosScreenState extends State<LogbookPhotosScreen> with SingleTi
guardProTap(
context,
() {
Navigator.of(context).pushNamed(NavigationRoutes.proFeaturesScreen.name);
LogbookPhotosProvider.of(context).saveLogbookPhotos(value);
},
);
},