Unreachable statement for if statement [closed]

You are returning from the method/function even before the comparison is happening.

Check line number 3

return super.onCreateDialog(paramInt);

Leave a Comment