davidsansome / tsurukame

Tsurukame is an unofficial WaniKani app for iOS. It helps you learn Japanese Kanji.
https://tsurukame.app
Apache License 2.0
249 stars 58 forks source link

Fix bug in main VC if level exceeds max granted by subscription #722

Closed UInt2048 closed 2 weeks ago

UInt2048 commented 2 weeks ago

user.currentLevel is capped at maxLevelGrantedBySubscription which causes #719 due to an implementation oversight

Fixes #719