mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +00:00
fix keyboardShouldPersistTaps in console
This commit is contained in:
parent
a9d1426426
commit
c689ab2feb
@ -1163,11 +1163,11 @@ function jsSuggestionsContainerStyle(suggestionsCount) {
|
||||
return {
|
||||
marginVertical: 1,
|
||||
marginHorizontal: 0,
|
||||
keyboardShouldPersistTaps: true,
|
||||
keyboardShouldPersistTaps: "always",
|
||||
//height: Math.min(150, (56 * suggestionsCount)),
|
||||
backgroundColor: "white",
|
||||
borderRadius: 5,
|
||||
keyboardShouldPersistTaps: true
|
||||
keyboardShouldPersistTaps: "always"
|
||||
};
|
||||
}
|
||||
|
||||
@ -1568,7 +1568,7 @@ function suggestionsContainerStyle(suggestionsCount) {
|
||||
return {
|
||||
marginVertical: 1,
|
||||
marginHorizontal: 0,
|
||||
keyboardShouldPersistTaps: true,
|
||||
keyboardShouldPersistTaps: "always",
|
||||
height: Math.min(150, (56 * suggestionsCount)),
|
||||
backgroundColor: "white",
|
||||
borderRadius: 5,
|
||||
|
Loading…
x
Reference in New Issue
Block a user