From: Damyan Ivanov Date: Mon, 25 Mar 2019 23:48:57 +0000 (+0200) Subject: default new profile URL is 'https://' X-Git-Tag: v0.8.1~2 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=d12595cacac22453e642b9f6ade2922d7694f58b default new profile URL is 'https://' --- diff --git a/app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java b/app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java index 57fe6b99..0a532e8f 100644 --- a/app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java +++ b/app/src/main/java/net/ktnx/mobileledger/ui/profiles/ProfileDetailFragment.java @@ -209,7 +209,7 @@ public class ProfileDetailFragment extends Fragment implements HueRingDialog.Hue } else { profileName.setText(""); - url.setText(""); + url.setText("https://"); postingPermitted.setChecked(true); useAuthentication.setChecked(false); authParams.setVisibility(View.GONE);