Change upload checkbox name and default in certify dialog, too

This commit is contained in:
Vincent Breitmoser
2018-03-26 22:02:53 +02:00
parent f96fdd582f
commit 1892baba62
3 changed files with 1 additions and 7 deletions

View File

@@ -118,11 +118,6 @@ public class CertifyKeyFragment
}
});
// If this is a debug build, don't upload by default
if (Constants.DEBUG) {
mUploadKeyCheckbox.setChecked(false);
}
return view;
}