Make toogles on in the default app

This commit is contained in:
Andre Natal 2018-10-12 13:24:15 -07:00 коммит произвёл Andre Natal
Родитель 81e9c919ae
Коммит 7113384095
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -93,8 +93,8 @@ public class MainActivity extends AppCompatActivity implements ISpeechRecognitio
switchTranscriptions.setOnCheckedChangeListener(this);
switchSamples.setOnCheckedChangeListener(this);
mMozillaSpeechService.storeTranscriptions(false);
mMozillaSpeechService.storeSamples(false);
switchTranscriptions.toggle();
switchSamples.toggle();
mGraph = findViewById(R.id.graph);
mSeries1 = new LineGraphSeries<>(new DataPoint[0]);