author | Vincent Veronis <veroni_v@epitech.net> |
Fri, 09 Oct 2009 16:10:50 +0200 | |
changeset 456 | a742b3208242 |
parent 455 | 915112ea771f |
child 457 | 73179276b4ae |
child 458 | a57f61c382e0 |
--- a/src/com/beem/project/beem/ui/UserInfo.java Fri Oct 09 16:09:04 2009 +0200 +++ b/src/com/beem/project/beem/ui/UserInfo.java Fri Oct 09 16:10:50 2009 +0200 @@ -307,6 +307,7 @@ } catch (RemoteException e) { e.printStackTrace(); } + finish(); } }).setNegativeButton(UserInfo.this.getString(R.string.userinfo_no), new DialogInterface.OnClickListener() {