Skip to content

Commit 33238d0

Browse files
Update AnkiDroid/src/main/java/com/ichi2/anki/DeckPicker.kt
Co-authored-by: Ashish Yadav <48384865+criticalAY@users.noreply.github.com>
1 parent cec9c35 commit 33238d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AnkiDroid/src/main/java/com/ichi2/anki/DeckPicker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ open class DeckPicker :
10281028
is DBError -> displayDatabaseFailure(CustomExceptionData.fromException(failure.exception))
10291029
is StorageUndecided -> {
10301030
Timber.i("Displaying storage setup required")
1031-
// StorageUndecided is not yet returned
1031+
// unreachable: storageDecision() cannot yet return Undecided outside tests
10321032
TODO("#19552 - replace with the storage setup flow.")
10331033
}
10341034
}

0 commit comments

Comments
 (0)