smal link fix for Translation
This commit is contained in:
parent
13bc50da40
commit
dddc9b0178
@ -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.appRepoContributingLink)));
|
intent.setData(Uri.parse(getResources().getString(R.string.corwdinLink)));
|
||||||
startActivity(intent);
|
startActivity(intent);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user