fix: preserve tab on back and avoid nav bar overlap (0.4.5)

Keep the selected bottom tab when returning from host/event detail screens.
Add navigation bar padding on scrollable detail screens.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-11 09:42:39 +10:00
parent 35ba0d4a4e
commit d2883db803
3 changed files with 18 additions and 9 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ android {
applicationId = "ru.kalinamall.seaca"
minSdk = 26
targetSdk = 35
versionCode = 7
versionName = "0.4.3"
versionCode = 9
versionName = "0.4.5"
}
buildTypes {