v 1.8.15 fixed crash

Signed-off-by: nuclearfog <hatespirit666@gmail.com>
This commit is contained in:
nuclearfog 2021-04-07 20:23:01 +02:00
parent e71b7110ce
commit be1af541ca
No known key found for this signature in database
GPG Key ID: AA0271FBE406DB98
2 changed files with 3 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId 'org.nuclearfog.twidda' applicationId 'org.nuclearfog.twidda'
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 30
versionCode 38 versionCode 39
versionName '1.8.14' versionName '1.8.15'
// limiting language support for smaller APK size // limiting language support for smaller APK size
resConfigs 'en', 'de-rDE', 'zh-rCN' resConfigs 'en', 'de-rDE', 'zh-rCN'
vectorDrawables.useSupportLibrary true vectorDrawables.useSupportLibrary true

View File

@ -82,6 +82,7 @@
app:layout_constraintTop_toTopOf="@+id/edit_pb" /> app:layout_constraintTop_toTopOf="@+id/edit_pb" />
<ScrollView <ScrollView
android:id="@+id/editprofile_scroll"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_marginTop="@dimen/editprofile_scrollview_margin" android:layout_marginTop="@dimen/editprofile_scrollview_margin"