Screen cut off when using ERC dEX DApp [#3131]
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
2a6bb4cb8f
commit
23a01ff4c2
|
@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||
## [Unreleased]
|
||||
### Added
|
||||
- iPad support. Status is now displayed at full native resolution on iPad's
|
||||
- fixed Sign in: Cannot paste text within password field [#3931]
|
||||
- Persist browser history
|
||||
|
||||
### Fixed
|
||||
- Fixed Sign in: Cannot paste text within password field [#3931]
|
||||
- Fixed chat message layout for right-to-left languages
|
||||
- Fixed parsing of messages containing multiple dots (elipsis)
|
||||
|
||||
- Fixed Webview: Screen cut off when using ERC dEX DApp [#3131]
|
||||
|
||||
## [0.9.22] - 2018-07-09
|
||||
### Added
|
||||
- Added Farsi public #status channel
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
(let [can-go-back? (model/can-go-back? browser)
|
||||
can-go-forward? (model/can-go-forward? browser)
|
||||
url (model/get-current-url browser)]
|
||||
[react/keyboard-avoiding-view styles/browser
|
||||
[react/view styles/browser
|
||||
[status-bar/status-bar]
|
||||
[toolbar.view/toolbar {}
|
||||
[toolbar.view/nav-button-with-count
|
||||
|
|
Loading…
Reference in New Issue