diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-01-08 19:43:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 19:43:52 +0530 |
commit | 91e00d897f190ec6ab5330f7b3f43d6d7f3e57fb (patch) | |
tree | c86b302572afadd7aa0ab51f2f6f47bd4d0999c5 /CHANGELOG.md | |
parent | 534269c8fc8fbd9a72e64389564fb0c90365c0c0 (diff) |
app: cleanup how we handle menu item presses (#1275)
Fixes #1274
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e00a3e7..88686572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ All notable changes to this project will be documented in this file. - Git commits in the store would wrongly use the 'default' committer as opposed to the user's configured one - Connection attempts now use a reasonable 10 second timeout as opposed to the default of 30 seconds - A change to the remote host key for a server would prevent the user from being able to connect to it +- Pressing the back button in the navigation bar and the one in the toolbar behaved differently ### Changed |