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"
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user