Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'android/src/com/mapswithme/maps/sound/TtsPlayer.java')
-rw-r--r--android/src/com/mapswithme/maps/sound/TtsPlayer.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/src/com/mapswithme/maps/sound/TtsPlayer.java b/android/src/com/mapswithme/maps/sound/TtsPlayer.java
index df721ec6e6..2bd50e1460 100644
--- a/android/src/com/mapswithme/maps/sound/TtsPlayer.java
+++ b/android/src/com/mapswithme/maps/sound/TtsPlayer.java
@@ -5,7 +5,7 @@ import android.speech.tts.TextToSpeech;
import android.util.Log;
import android.widget.Toast;
-import com.mapswithme.maps.MWMApplication;
+import com.mapswithme.maps.MwmApplication;
import java.util.Locale;
@@ -22,7 +22,7 @@ public enum TtsPlayer
TtsPlayer()
{
- mContext = MWMApplication.get().getApplicationContext();
+ mContext = MwmApplication.get().getApplicationContext();
}
public void init()