Skip to content

Commit

Permalink
Fix the 'leaked ServiceConnection' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed Dec 13, 2012
1 parent bf45142 commit e346c86
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
initializeEngine();
break;
}
super.onActivityResult(requestCode, resultCode, data);
}

@Override
Expand Down

0 comments on commit e346c86

Please sign in to comment.