Change wording on keyserver upload and disable by default for new keys

This commit is contained in:
Vincent Breitmoser
2018-03-26 21:39:04 +02:00
parent b598a4d965
commit f96fdd582f
3 changed files with 3 additions and 7 deletions

View File

@@ -149,10 +149,7 @@ public class CreateKeyFinalFragment extends Fragment {
}
});
// If this is a debug build, don't upload by default
if (Constants.DEBUG) {
mUploadCheckbox.setChecked(false);
}
mUploadCheckbox.setChecked(false);
return view;
}