Skip to content

Commit

Permalink
Remove unnecessary switch option (getodk#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn authored and lognaturel committed Jun 26, 2018
1 parent d89838c commit 2ae497b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,6 @@ protected void onActivityResult(int requestCode, int resultCode, Intent intent)
}
}
break;
default:
break;
}
super.onActivityResult(requestCode, resultCode, intent);
}
Expand Down

0 comments on commit 2ae497b

Please sign in to comment.