Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
citizen-science
symbai
Commits
cb1894d6
Commit
cb1894d6
authored
Jun 05, 2014
by
Dave Griffiths
Browse files
find individual back fixed
parent
a5437c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
android/assets/starwisp.scm
android/assets/starwisp.scm
+3
-1
No files found.
android/assets/starwisp.scm
View file @
cb1894d6
...
...
@@ -786,7 +786,8 @@
(
lambda
(
activity
)
'
())
(
lambda
(
activity
requestcode
resultcode
)
(
cond
((
eqv?
requestcode
choose-code
)
((
and
(
eqv?
requestcode
choose-code
)
(
get-current
'choose-result
0
))
(
list
(
start-activity
"individual"
0
(
get-current
'choose-result
0
))))
((
eqv?
requestcode
photo-code
)
(
list
(
update-widget
...
...
@@ -1577,6 +1578,7 @@
))
(
lambda
(
activity
arg
)
(
set-current!
'activity-title
"Chooser"
)
(
set-current!
'choose-result
#f
)
(
activity-layout
activity
))
(
lambda
(
activity
arg
)
(
list
(
update-individual-filter
(
list
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment