Skip to content

Commit 17d9546

Browse files
author
mcbaumwolle
committed
refactor: use OpenDocument picker and support PNG mime types
1 parent 6a028a1 commit 17d9546

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

feature/account/avatar/impl/src/test/kotlin/net/thunderbird/feature/account/avatar/data/datasource/LocalAvatarImageDataSourceTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,5 @@ class LocalAvatarImageDataSourceTest {
137137
override suspend fun createDirectories(uri: Uri): Outcome<Unit, FileOperationError> {
138138
return Outcome.Success(Unit)
139139
}
140-
141-
// Add other methods if FileManager interface requires them (e.g., exists, listFiles)
142-
// override suspend fun exists(uri: Uri): Boolean = true
143140
}
144141
}

0 commit comments

Comments
 (0)