We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0128d79 commit 437d713Copy full SHA for 437d713
android/app/src/main/java/com/graphhopper/android/MainActivity.java
@@ -384,7 +384,7 @@ protected void onProgressUpdate( Integer... values )
384
385
protected void onPostExecute( Object _ignore )
386
{
387
- dialog.hide();
+ dialog.dismiss();
388
if (hasError())
389
390
String str = "An error happened while retrieving maps:" + getErrorMessage();
0 commit comments