mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 21:03:54 +01:00
bug fix
This commit is contained in:
parent
59ad9c5c91
commit
200625dcca
1 changed files with 3 additions and 1 deletions
|
|
@ -79,8 +79,10 @@ public class NearbyActivity extends BaseActivity {
|
|||
|
||||
private void showMapView() {
|
||||
if (!isMapViewActive) {
|
||||
setMapFragment();
|
||||
isMapViewActive = true;
|
||||
if (nearbyAsyncTask.getStatus() == AsyncTask.Status.FINISHED) {
|
||||
setMapFragment();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue