Skip to content

Commit

Permalink
Merge pull request #1775 from hth/test-clean-up
Browse files Browse the repository at this point in the history
Revert me
  • Loading branch information
hth authored Apr 6, 2021
2 parents 985d515 + 787c551 commit db6b177
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 = getCountryCode();
}
Log.d(TAG, "Country Code: " + COUNTRY_CODE);
textToSpeechHelper = new TextToSpeechHelper(getApplicationContext());
Expand Down

0 comments on commit db6b177

Please sign in to comment.