smal link fix for Translation
This commit is contained in:
		@@ -68,7 +68,7 @@ public class SettingsFragment extends Fragment {
 | 
			
		||||
                Intent intent = new Intent();
 | 
			
		||||
                intent.setAction(Intent.ACTION_VIEW);
 | 
			
		||||
                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);
 | 
			
		||||
            }
 | 
			
		||||
        });
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user