reconciliation with the last merge

This commit is contained in:
Ruslan Sokolovski 2020-01-04 19:55:35 -08:00
parent 5bfad8242e
commit a3a4a5c05c

View File

@ -303,11 +303,9 @@ public class SettingsActivity extends PreferenceActivity {
}); });
d.create().show(); d.create().show();
return true;
} }
private boolean showSpeechConfig() { private void showSpeechConfig() {
UnitUtils.setUnit(this); // Maybe the user changed unit system UnitUtils.setUnit(this); // Maybe the user changed unit system
final AlertDialog.Builder d = new AlertDialog.Builder(this); final AlertDialog.Builder d = new AlertDialog.Builder(this);