fix: optimize the logic for saving scroll position

This commit is contained in:
Nedifinita
2025-08-01 17:35:34 +08:00
parent be8dc6bc72
commit 39bb8cb440
6 changed files with 141 additions and 54 deletions

View File

@@ -12,8 +12,8 @@ android {
applicationId = "org.noxylva.lbjconsole"
minSdk = 29
targetSdk = 35
versionCode = 7
versionName = "0.0.7"
versionCode = 8
versionName = "0.0.8"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}