mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2026-01-31 14:24:58 -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>