Skip to content

Commit

Permalink
1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tema6120 committed Apr 6, 2021
1 parent a10d418 commit 3699755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Download
height="80">](https://appgallery.huawei.com/#/app/C103089961)
[<img src="https://raw.githubusercontent.com/tema6120/ForgetMeNot/master/.github/readme/direct_apk_download.png"
alt="Get direct apk"
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.7/ForgetMeNot_v1.7.apk)
height="80">](https://github.com/tema6120/ForgetMeNot/releases/download/1.8/ForgetMeNot_v1.8.apk)

Features
--------
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "com.odnovolov.forgetmenot"
minSdkVersion 21
targetSdkVersion 30
versionCode 11
versionName "1.7"
versionCode 12
versionName "1.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class ExerciseStateCreatorWithFiltering(
}
.flattenWithShallowShuffling()
val limit = state.cardFilter.limit
if (limit != null) {
if (limit > 0) {
exerciseCards = exerciseCards.take(limit)
}
QuizComposer.clearCache()
Expand Down

0 comments on commit 3699755

Please sign in to comment.