mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 11:34:45 +00:00
fix #1106
This commit is contained in:
parent
de2e4d105b
commit
b4d801cc8d
@ -560,7 +560,7 @@ status.command({
|
||||
function debugSuggestions(params) {
|
||||
var suggestions = ["On", "Off"].map(function (entry) {
|
||||
return status.components.touchable(
|
||||
{onPress: status.components.dispatch([status.events.SET_VALUE, entry])},
|
||||
{onPress: status.components.dispatch([status.events.SET_COMMAND_ARGUMENT, [0, entry]])},
|
||||
status.components.view(
|
||||
suggestionContainerStyle,
|
||||
[status.components.view(
|
||||
|
Loading…
x
Reference in New Issue
Block a user