Skip to content

Commit 3699755

Browse files
committed
1.8
1 parent a10d418 commit 3699755

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Download
2323
height="80">](https://appgallery.huawei.com/#/app/C103089961)
2424
[<img src="https://raw.githubusercontent.com/tema6120/ForgetMeNot/master/.github/readme/direct_apk_download.png"
2525
alt="Get direct apk"
26-
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.7/ForgetMeNot_v1.7.apk)
26+
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8/ForgetMeNot_v1.8.apk)
2727

2828
Features
2929
--------

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId "com.odnovolov.forgetmenot"
1212
minSdkVersion 21
1313
targetSdkVersion 30
14-
versionCode 11
15-
versionName "1.7"
14+
versionCode 12
15+
versionName "1.8"
1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
vectorDrawables.useSupportLibrary = true
1818
}

app/src/main/kotlin/com/odnovolov/forgetmenot/domain/interactor/exercise/ExerciseStateCreatorWithFiltering.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class ExerciseStateCreatorWithFiltering(
6767
}
6868
.flattenWithShallowShuffling()
6969
val limit = state.cardFilter.limit
70-
if (limit != null) {
70+
if (limit > 0) {
7171
exerciseCards = exerciseCards.take(limit)
7272
}
7373
QuizComposer.clearCache()

0 commit comments

Comments
 (0)