Merge branch 'hotfix/fix-recovery-visibility' into develop

This commit is contained in:
Mikołaj Pich 2021-04-01 22:40:33 +02:00
commit 792de4cd3d
3 changed files with 4 additions and 5 deletions

View File

@ -21,8 +21,8 @@ android {
testApplicationId "io.github.tests.wulkanowy" testApplicationId "io.github.tests.wulkanowy"
minSdkVersion 17 minSdkVersion 17
targetSdkVersion 30 targetSdkVersion 30
versionCode 89 versionCode 90
versionName "1.1.3" versionName "1.1.4"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true

View File

@ -1,4 +1,4 @@
Wersja 1.1.3 Wersja 1.1.4
Oprócz tego naprawiliśmy: Oprócz tego naprawiliśmy:
- rzadkie problemy ze stabilnością przy logowaniu i w innych miejscach - rzadkie problemy ze stabilnością przy logowaniu i w innych miejscach

View File

@ -25,8 +25,7 @@
android:id="@+id/loginRecoverFormContainer" android:id="@+id/loginRecoverFormContainer"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingBottom="16dp" android:paddingBottom="16dp">
android:visibility="gone">
<TextView <TextView
android:id="@+id/loginFormHeader" android:id="@+id/loginFormHeader"