Fix code inspection

This commit is contained in:
Bartłomiej Dach 2024-11-14 11:58:57 +01:00
parent fea6a54432
commit f9489690cb
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public DrawableCollectionListItem ReplacePlaceholder()
} }
} }
private class NewCollectionEntryItem : DrawableCollectionListItem private partial class NewCollectionEntryItem : DrawableCollectionListItem
{ {
[Resolved] [Resolved]
private RealmAccess realm { get; set; } = null!; private RealmAccess realm { get; set; } = null!;