Skip to content

Commit

Permalink
Merge pull request #1776 from hth/test-clean-up
Browse files Browse the repository at this point in the history
Revert
  • Loading branch information
hth authored Apr 7, 2021
2 parents db6b177 + d604064 commit 0cfa537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ protected void onCreate(Bundle savedInstanceState) {
if (BuildConfig.BUILD_TYPE.equals("debug")) {
COUNTRY_CODE = "IN";
} else {
COUNTRY_CODE = getCountryCode();
COUNTRY_CODE = "IN";
}
Log.d(TAG, "Country Code: " + COUNTRY_CODE);
textToSpeechHelper = new TextToSpeechHelper(getApplicationContext());
Expand Down

0 comments on commit 0cfa537

Please sign in to comment.