You should put a return statement after that finish, because the method that called finish will be executed completely otherwise.
also, see this question: about finish() in android
You should put a return statement after that finish, because the method that called finish will be executed completely otherwise.
also, see this question: about finish() in android