Skip to content

Commit

Permalink
Merge branch 'fix-settings-listener'
Browse files Browse the repository at this point in the history
  • Loading branch information
Janito Vaqueiro Ferreira Filho committed May 8, 2020
2 parents 184330c + 693cf1d commit f06dfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ Line wrap the file at 100 chars. Th
- Adjust the minimum supported Android version to correctly reflect the supported versions decided
in 2020.4-beta2. The app will now only install on Android 7 and later (API level 24).


### Fixed
#### Android
- Fix crash when leaving WireGuard Key screen while key is still verifying.
- Fix crash that sometimes happens right after some other unrelated crash.
- Fix app not connecting when pressing the notification or quick-settings tile when the service
isn't running. It would previously just open the app UI and stay in the disconnected state.
- Fix crash when requesting to connect from notification or quick-settings tile.
- Fix version update notifications not appearing.
- Fix UI losing any settings updates that happen after leaving the app and then coming back.


## [2020.4-beta4] - 2020-05-06
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ class ServiceConnection(private val service: ServiceInstance, val mainActivity:
appVersionInfoCache.onDestroy()
keyStatusListener.onDestroy()
relayListListener.onDestroy()
settingsListener.onDestroy()
}
}

0 comments on commit f06dfd5

Please sign in to comment.