Fix change yang tertinggal

This commit is contained in:
2026-03-30 17:39:53 +08:00
parent eeb95336f2
commit 6d545f2af9
8 changed files with 16 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ export {
};
// OS Height
const OS_ANDROID_HEIGHT = 115
const OS_ANDROID_HEIGHT = 70
const OS_IOS_HEIGHT = 80
const OS_HEIGHT = Platform.OS === "ios" ? OS_IOS_HEIGHT : OS_ANDROID_HEIGHT