Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Android] MapView black after Intent.ACTION_OPEN_DOCUMENT #1020

Closed
moiatto opened this issue Feb 27, 2023 · 0 comments
Closed

[Android] MapView black after Intent.ACTION_OPEN_DOCUMENT #1020

moiatto opened this issue Feb 27, 2023 · 0 comments

Comments

@moiatto
Copy link

moiatto commented Feb 27, 2023

I have more fragments.
when I open a picker with Intent.ACTION_OPEN_DOCUMENT in other fragment, then the MapView show black.

See this
video

What can it be?

Declared (no matter if static or not)

private MapView mapView;
private MapPreferences mapPrefs;
private Map map;
@Override
public void onResume() {
  super.onResume();

  mapPrefs.load(map);
  mapView.onResume();
}

@Override
public void onPause() {
    super.onPause();
   
    mapPrefs.save(map);
    mapView.onPause();
}
Repository owner locked and limited conversation to collaborators Feb 27, 2023
@devemux86 devemux86 converted this issue into discussion #1021 Feb 27, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant