Make toogles on in the default app
This commit is contained in:
Родитель
81e9c919ae
Коммит
7113384095
|
@ -93,8 +93,8 @@ public class MainActivity extends AppCompatActivity implements ISpeechRecognitio
|
||||||
|
|
||||||
switchTranscriptions.setOnCheckedChangeListener(this);
|
switchTranscriptions.setOnCheckedChangeListener(this);
|
||||||
switchSamples.setOnCheckedChangeListener(this);
|
switchSamples.setOnCheckedChangeListener(this);
|
||||||
mMozillaSpeechService.storeTranscriptions(false);
|
switchTranscriptions.toggle();
|
||||||
mMozillaSpeechService.storeSamples(false);
|
switchSamples.toggle();
|
||||||
|
|
||||||
mGraph = findViewById(R.id.graph);
|
mGraph = findViewById(R.id.graph);
|
||||||
mSeries1 = new LineGraphSeries<>(new DataPoint[0]);
|
mSeries1 = new LineGraphSeries<>(new DataPoint[0]);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче