mobile/qml: remove empty line

Remove empty line that does not make sense.

Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
jan Iversen 2019-12-12 10:46:44 +01:00 committed by Dirk Hohndel
parent 8ff19b6d54
commit adedfe5965

View file

@ -75,7 +75,6 @@ Kirigami.ScrollablePage {
onApply: {
if (selectedExport === ExportType.EX_DIVELOGS_DE) {
if (fieldUserID.text !== PrefCloudStorage.divelogde_user) {
PrefCloudStorage.divelogde_user = fieldUserID.text
}
if (fieldPassword.text !== PrefCloudStorage.divelogde_pass)