added missing breaks oO

This commit is contained in:
iNPUTmice 2014-09-07 12:43:01 +02:00
parent 890fb9a1b4
commit b334ebd0fa
1 changed files with 2 additions and 0 deletions

View File

@ -469,9 +469,11 @@ public class ConversationFragment extends Fragment {
case MucOptions.ERROR_ROOM_NOT_FOUND:
showSnackbar(R.string.conference_not_found,
R.string.leave, leaveMuc);
break;
case MucOptions.ERROR_PASSWORD_REQUIRED:
showSnackbar(R.string.conference_requires_password,
R.string.enter_password, enterPassword);
break;
default:
break;
}