Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
Prev Previous commit
Next Next commit
#77[30m]. Fix nav drawer account update issue.
  • Loading branch information
Evgenii Kanivets committed Apr 27, 2016
commit 319c20aac2cc88b65ceac63430f848c74fd9f7e3
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {

case REQUEST_TRANSFER:
update();
setResult(RESULT_OK);
break;

default:
Expand Down