No more error when tapping on command suggestion icon (#517)

This commit is contained in:
alwx 2016-11-30 23:31:40 +03:00
parent 4854021005
commit 3e4b943e72
1 changed files with 1 additions and 1 deletions

View File

@ -1613,7 +1613,7 @@ function suggestionsContainerStyle(suggestionsCount) {
height: Math.min(150, (56 * suggestionsCount)),
backgroundColor: "white",
borderRadius: 5,
flex: 1
flexGrow: 1
};
}