Build Fix

This commit is contained in:
6543 2019-10-08 02:40:59 +02:00
parent 8fcb05b0d2
commit dbcbd076ea
No known key found for this signature in database
GPG Key ID: A1CA74D27FD13271

View File

@ -68,7 +68,7 @@ public class SettingsFragment extends Fragment {
Intent intent = new Intent(); Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW); intent.setAction(Intent.ACTION_VIEW);
intent.addCategory(Intent.CATEGORY_BROWSABLE); intent.addCategory(Intent.CATEGORY_BROWSABLE);
intent.setData(Uri.parse(getResources().getString(R.string.corwdinLink))); intent.setData(Uri.parse(getResources().getString(R.string.crowdInLink)));
startActivity(intent); startActivity(intent);
} }
}); });