add option to scroll help to top

This commit is contained in:
B. Petersen
2020-01-12 14:25:35 +01:00
parent c76a4553c3
commit e716e64822
2 changed files with 6 additions and 0 deletions
@@ -95,6 +95,9 @@ public class LocalHelpActivity extends PassphraseRequiredActionBarActivity
case android.R.id.home:
finish();
return true;
case R.id.log_scroll_up:
webView.scrollTo(0, 0);
return true;
case R.id.learn_more:
openOnlineUrl("https://delta.chat");
return true;