mirror of
https://github.com/etesync/android
synced 2024-11-22 16:08:13 +00:00
Removing some changes
This commit is contained in:
parent
ef6df3a8ca
commit
22b74bf91b
@ -72,7 +72,7 @@ open class ChangeEncryptionPasswordActivity : BaseActivity() {
|
|||||||
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient
|
val httpClient = HttpClient.Builder(this@ChangeEncryptionPasswordActivity).setForeground(true).build().okHttpClient
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Logger.log.info("Logging in with old password")
|
Logger.log.info("Loging in with old password")
|
||||||
val client = Client.create(httpClient, settings.uri?.toString())
|
val client = Client.create(httpClient, settings.uri?.toString())
|
||||||
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
|
val etebase = com.etebase.client.Account.login(client, account.name, old_password)
|
||||||
Logger.log.info("Login successful")
|
Logger.log.info("Login successful")
|
||||||
|
2
gradlew.bat
vendored
2
gradlew.bat
vendored
@ -46,7 +46,7 @@ echo location of your Java installation.
|
|||||||
goto fail
|
goto fail
|
||||||
|
|
||||||
:init
|
:init
|
||||||
@rem Get command-line arguments, handling Windows variants
|
@rem Get command-line arguments, handling Windowz variants
|
||||||
|
|
||||||
if not "%OS%" == "Windows_NT" goto win9xME_args
|
if not "%OS%" == "Windows_NT" goto win9xME_args
|
||||||
if "%@eval[2+2]" == "4" goto 4NT_args
|
if "%@eval[2+2]" == "4" goto 4NT_args
|
||||||
|
Loading…
Reference in New Issue
Block a user