mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 15:15:50 -06:00
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>