We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f58db commit 4f818ceCopy full SHA for 4f818ce
AnkiDroid/src/main/java/com/ichi2/anki/Reviewer.kt
@@ -1093,9 +1093,9 @@ open class Reviewer :
1093
state.topCard.load(getColUnsafe)
1094
val leechMessage: String =
1095
if (state.topCard.queue.buriedOrSuspended()) {
1096
- resources.getString(R.string.leech_notification)
1097
- } else {
1098
resources.getString(R.string.leech_suspend_notification)
+ } else {
+ resources.getString(R.string.leech_notification)
1099
}
1100
showSnackbar(leechMessage, Snackbar.LENGTH_SHORT)
1101
0 commit comments