Merge pull request #521 from status-im/bug/#517
No more error when tapping on command suggestion icon (#517)
This commit is contained in:
commit
09240d99d6
|
@ -1613,7 +1613,7 @@ function suggestionsContainerStyle(suggestionsCount) {
|
|||
height: Math.min(150, (56 * suggestionsCount)),
|
||||
backgroundColor: "white",
|
||||
borderRadius: 5,
|
||||
flex: 1
|
||||
flexGrow: 1
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue