Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kalahel committed Jan 2, 2018
1 parent e2690ac commit 94d27d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void behaviorHeroImage3(View view) {
public void goToSpellActivity(View view) {
ArrayList<String> heroListToSend = this.putSelectedHeroInArray();

if(heroListToSend.size() > 1){
if(heroListToSend.size() != 1){
Toast.makeText(this,"Choose only one hero",Toast.LENGTH_SHORT).show();
}
else{
Expand Down

0 comments on commit 94d27d4

Please sign in to comment.