forked from github/wulkanowy-mirror
Merge branch 'hotfix/fix-recovery-visibility'
This commit is contained in:
commit
3f5fbbc71b
@ -20,8 +20,8 @@ android {
|
||||
testApplicationId "io.github.tests.wulkanowy"
|
||||
minSdkVersion 17
|
||||
targetSdkVersion 30
|
||||
versionCode 89
|
||||
versionName "1.1.3"
|
||||
versionCode 90
|
||||
versionName "1.1.4"
|
||||
multiDexEnabled true
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
@ -1,4 +1,4 @@
|
||||
Wersja 1.1.3
|
||||
Wersja 1.1.4
|
||||
|
||||
Oprócz tego naprawiliśmy:
|
||||
- rzadkie problemy ze stabilnością przy logowaniu i w innych miejscach
|
||||
|
@ -25,8 +25,7 @@
|
||||
android:id="@+id/loginRecoverFormContainer"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="16dp"
|
||||
android:visibility="gone">
|
||||
android:paddingBottom="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/loginFormHeader"
|
||||
|
Loading…
x
Reference in New Issue
Block a user