Skip to content

Commit

Permalink
Revert me
Browse files Browse the repository at this point in the history
  • Loading branch information
hth committed Apr 6, 2021
1 parent 22176c8 commit 787c551
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 787c551

Please sign in to comment.