Switch statment fix: The switch statement is only returning the last case i.e case 4, \"#0R0dfdf0FF\". how can i fix this so the text view shows the the one cli
You need a break when you don't have a return otherwise it causes fall through
break
return