Android: fix keyboard margins

This commit is contained in:
Simon Stürz 2025-09-17 16:20:41 +02:00
parent 5a157288df
commit f77ecf329c
2 changed files with 0 additions and 6 deletions

View File

@ -32,11 +32,6 @@ ConfigurationBase {
text: qsTr("Telegram"),
iconName: "qrc:/icons/telegram.svg",
url: "https://t.me/nymeacommunity"
},
{
text: qsTr("Discord"),
iconName: "qrc:/icons/discord.svg",
url: "https://discord.gg/tX9YCpD"
}
]
}

View File

@ -12,7 +12,6 @@
android:name="io.guh.nymeaapp.NymeaAppActivity"
android:label="nymea:app"
android:screenOrientation="unspecified"
android:windowSoftInputMode="adjustResize"
android:launchMode="singleTop"
android:theme="@style/SplashScreenTheme"
android:exported="true">