Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
removed badly placed finish() call on error dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Sep 21, 2011
1 parent 7a7b1bf commit 878c50f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -313,7 +313,7 @@ private void signInAccount(String password) {

} catch (RemoteException e) {
mHandler.showServiceErrorAlert();
finish();


}
}
Expand Down

0 comments on commit 878c50f

Please sign in to comment.