Implement WhatsApp share intake and person quick actions

This commit is contained in:
Rijad Zuzo
2026-02-19 00:09:28 +01:00
parent 818c1046f3
commit d2205bd3d9
15 changed files with 1463 additions and 4 deletions
@@ -52,7 +52,7 @@ void main() {
final LocalDataRecord? migrated = await hiveStore.read();
expect(migrated, isNotNull);
expect(migrated!.schemaVersion, 2);
expect(migrated!.schemaVersion, 3);
final LocalDataRecord? legacyAfter = await legacyStore.read();
expect(legacyAfter, isNull);