uncommented string

This commit is contained in:
unknown 2014-06-08 09:29:17 +03:00
parent 3a6b4675bf
commit cd44169ee0

View file

@ -691,7 +691,7 @@ public class OsmandApplication extends Application {
}
public void showToastMessage(String msg) {
//AccessibleToast.makeText(this, msg, Toast.LENGTH_LONG).show();
AccessibleToast.makeText(this, msg, Toast.LENGTH_LONG).show();
}
public SQLiteAPI getSQLiteAPI() {