uncommented string
This commit is contained in:
parent
3a6b4675bf
commit
cd44169ee0
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue