mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 21:34:03 +00:00
fix #1106
This commit is contained in:
parent
de2e4d105b
commit
b4d801cc8d
@ -560,7 +560,7 @@ status.command({
|
|||||||
function debugSuggestions(params) {
|
function debugSuggestions(params) {
|
||||||
var suggestions = ["On", "Off"].map(function (entry) {
|
var suggestions = ["On", "Off"].map(function (entry) {
|
||||||
return status.components.touchable(
|
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(
|
status.components.view(
|
||||||
suggestionContainerStyle,
|
suggestionContainerStyle,
|
||||||
[status.components.view(
|
[status.components.view(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user