Reduced close timeout

This commit is contained in:
M66B
2018-11-08 11:08:53 +00:00
parent 079adcb246
commit f2dc80223f
3 changed files with 6 additions and 3 deletions

View File

@@ -508,7 +508,7 @@ public class FragmentSetup extends FragmentEx {
private Intent getIntentHelp() {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("https://github.com/M66B/open-source-email/blob/master/SETUP.md"));
intent.setData(Uri.parse("https://github.com/M66B/open-source-email/blob/master/SETUP.md#setup-help"));
return intent;
}