Files
Jörg Vehlow 7544796be4 fix removing single file from scanned pages
Removing a single file from scanned pages failed with
UnmodifiableListMixin.remove (dart:_internal/list.dart:134)

This filters the list instead of trying to remove from it.

fixes #395
Signed-off-by: Jörg Vehlow <joerg@jv-coder.de>
2024-04-25 19:44:50 +02:00
..