Screen cut off when using ERC dEX DApp [#3131]

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2018-07-11 14:41:52 +03:00
parent 2a6bb4cb8f
commit 23a01ff4c2
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
2 changed files with 5 additions and 3 deletions

View File

@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
### Added ### Added
- iPad support. Status is now displayed at full native resolution on iPad's - 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
- Fixed Sign in: Cannot paste text within password field [#3931]
- Fixed chat message layout for right-to-left languages - Fixed chat message layout for right-to-left languages
- Fixed parsing of messages containing multiple dots (elipsis) - 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 ## [0.9.22] - 2018-07-09
### Added ### Added
- Added Farsi public #status channel - Added Farsi public #status channel

View File

@ -91,7 +91,7 @@
(let [can-go-back? (model/can-go-back? browser) (let [can-go-back? (model/can-go-back? browser)
can-go-forward? (model/can-go-forward? browser) can-go-forward? (model/can-go-forward? browser)
url (model/get-current-url browser)] url (model/get-current-url browser)]
[react/keyboard-avoiding-view styles/browser [react/view styles/browser
[status-bar/status-bar] [status-bar/status-bar]
[toolbar.view/toolbar {} [toolbar.view/toolbar {}
[toolbar.view/nav-button-with-count [toolbar.view/nav-button-with-count