What the hell am I doing?

This commit is contained in:
Snek 2017-03-08 23:24:39 +03:00
parent 3a440ee889
commit 8869efa162
1 changed files with 0 additions and 2 deletions

View File

@ -296,8 +296,6 @@ public class MainActivity extends AppCompatActivity {
speak(voiceLines.get(45));
Intent app = pm.getLaunchIntentForPackage(packageInfo.packageName);
startActivity(app);
} else {
speak(voiceLines.get(16 + randomGen.nextInt(7)));
}
}
} else {