Change wording on keyserver upload and disable by default for new keys
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user