Show attribution inline

This commit is contained in:
M66B
2019-07-23 16:59:12 +02:00
parent 83c5ec091b
commit 54d54f5d9f
6 changed files with 25 additions and 31 deletions

View File

@@ -260,12 +260,6 @@ public class Helper {
return new Intent(Intent.ACTION_VIEW, Uri.parse(XDA_URI));
}
static Intent getIntentAttribution() {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://github.com/M66B/FairEmail/blob/master/README.md#attribution"));
return intent;
}
// Graphics
static int dp2pixels(Context context, int dp) {