-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test: - Set short followup question like "short qs" from settings or using below code in your app ``` WootricCustomMessage customMessage = new WootricCustomMessage(); customMessage.setFollowupQuestion("short qs"); customMessage.setPlaceholderText("short ph"); wootric.setCustomMessage(customMessage); ``` - Without my changes: Screen width will cover content only and not whole screen which looks very bad - With my changes: Fixes the layout width Trello: https://trello.com/c/4zz3GT0c/2881-if-you-call-setcustomthankyou-the-second-screen-message-disappears-and-the-second-screen-shrinks-and-looks-way-broken-7079
- Loading branch information
1 parent
fa308e9
commit 00beb5f
Showing
5 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters