diff options
| author | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-09-04 15:02:50 +0000 |
|---|---|---|
| committer | Janito Vaqueiro Ferreira Filho <janito@mullvad.net> | 2020-09-21 15:28:41 +0000 |
| commit | b1ad27296e7235fd8ffa3781b9c8d86a99defe1c (patch) | |
| tree | f4dc2799a76340cebcf78d044ce9404c7f3cba6e | |
| parent | 00b0a7c317ef23b70ae7da7da1bb30ab50fc1af2 (diff) | |
| download | mullvadvpn-b1ad27296e7235fd8ffa3781b9c8d86a99defe1c.tar.xz mullvadvpn-b1ad27296e7235fd8ffa3781b9c8d86a99defe1c.zip | |
Remove old animation
| -rw-r--r-- | android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt | 6 | ||||
| -rw-r--r-- | android/src/main/res/layout/account_login.xml | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt index fee69e4055..ee57fba4bb 100644 --- a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt +++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/widget/AccountLogin.kt @@ -117,12 +117,6 @@ class AccountLogin : RelativeLayout { input.loginWith(history[idx]) } } - - if (shouldShowAccountHistory && accountHistoryList.visibility != View.VISIBLE) { - accountHistoryList.visibility = View.VISIBLE - accountHistoryList.translationY = -accountHistoryList.height.toFloat() - accountHistoryList.animate().translationY(0.0F).setDuration(350).start() - } } } diff --git a/android/src/main/res/layout/account_login.xml b/android/src/main/res/layout/account_login.xml index cc7d37513a..685cfbe453 100644 --- a/android/src/main/res/layout/account_login.xml +++ b/android/src/main/res/layout/account_login.xml @@ -15,6 +15,5 @@ android:layout_below="@id/input" android:divider="@drawable/account_history_list_divider" android:dividerHeight="@dimen/account_history_divider" - android:visibility="invisible" android:background="@drawable/account_history_background" /> </merge> |
