Fix patches

This commit is contained in:
minibits-cash
2026-06-02 15:46:14 +02:00
parent cafef4f462
commit 6581fed4d7
5 changed files with 3 additions and 36569 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ android {
applicationId "com.minibits_wallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 58082
versionCode 58083
versionName "0.4.3"
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "minibits_wallet",
"version": "0.4.3-beta.2",
"version": "0.4.3-beta.3",
"private": true,
"scripts": {
"android:clean": "cd android && ./gradlew clean",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -142,7 +142,7 @@ export function BottomModal(props: ModalProps) {
const insets = useSafeAreaInsets()
const $innerContainerStyle = [
$innerContainerBase, { backgroundColor: useThemeColor('card'), paddingBottom: insets.bottom + (Platform.OS === 'ios' ? 40 : 20) }, $containerStyleOverride
$innerContainerBase, { backgroundColor: useThemeColor('card'), paddingBottom: insets.bottom + (Platform.OS === 'ios' ? 40 : 40) }, $containerStyleOverride
]
const isHeadingPresent = !!(HeadingComponent || heading || headingTx)