summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-07-08 22:34:09 +0000
committerJanito Vaqueiro Ferreira Filho <janito@mullvad.net>2020-07-14 14:43:08 +0000
commitae2de4780bf07acbdb0b09044172d8cc1f9964de (patch)
treeff3e8cc4de3a0402a86cbededbd1137306f8e410 /android
parent55226e72538e4f6af5a532000386c1236ba77f80 (diff)
downloadmullvadvpn-ae2de4780bf07acbdb0b09044172d8cc1f9964de.tar.xz
mullvadvpn-ae2de4780bf07acbdb0b09044172d8cc1f9964de.zip
Add whitespace after setter
Diffstat (limited to 'android')
-rw-r--r--android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AccountInput.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AccountInput.kt b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AccountInput.kt
index ebdb8e5769..cfcf26fad9 100644
--- a/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AccountInput.kt
+++ b/android/src/main/kotlin/net/mullvad/mullvadvpn/ui/AccountInput.kt
@@ -31,6 +31,7 @@ class AccountInput(val parentView: View, context: Context) {
shouldShowAccountHistory = true
}
}
+
private var usingErrorColor = false
set(value) {
field = value