Skip to content

Commit

Permalink
fix: intent
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Jul 21, 2023
1 parent 350e027 commit 9fbcf64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const TasksComponent = ({ type, task, defaultTheme }) => {
<CoreModules.Button variant="contained"
color="error"
onClick={() => {
document.location.href = 'intent:#Intent;scheme=app;package=org.odk.collect.android.provider.odk.forms;end;';
document.location.href = 'intent:#Intent;scheme=app;package=org.odk.collect.android.formlists;end;';
}}>Go To ODK</CoreModules.Button>
<CoreModules.Stack
width={40}
Expand Down

0 comments on commit 9fbcf64

Please sign in to comment.