Reduntant else

This commit is contained in:
unknown 2017-03-05 02:28:24 +03:00
parent 869de1788c
commit 907ffcdf2c
1 changed files with 0 additions and 3 deletions

View File

@ -86,10 +86,7 @@ public class MainActivity extends AppCompatActivity {
} else {
speak(new VoiceLine(R.raw.daga_kotowaru, Mood.PISSED));
}
} else {
promptSpeechInput();
}
}});
kurisu.setOnLongClickListener(new View.OnLongClickListener() {