Reduce visibility of AboutFragmentLicenseTab#openLicense

This commit is contained in:
Christoph Loy 2020-03-06 23:29:39 +01:00 committed by Niedermann IT-Dienstleistungen
parent 27a298fd97
commit d93ee8a636

View file

@ -16,7 +16,7 @@ import it.niedermann.owncloud.notes.util.SupportUtil;
public class AboutFragmentLicenseTab extends Fragment {
void openLicense() {
private void openLicense() {
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(getString(R.string.url_license))));
}