forked from organicmaps/organicmaps
[android] Fixes non-working "Bookmark import succeeded/failed" snackbar
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
d93dd61789
commit
727b73a3e1
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
@Override
|
||||
public void onBookmarksFileLoaded(boolean success)
|
||||
{
|
||||
Utils.showSnackbar(this, findViewById(R.id.coordinator), findViewById(R.id.menu_frame),
|
||||
Utils.showSnackbar(this, findViewById(R.id.coordinator), null,
|
||||
success ? R.string.load_kmz_successful : R.string.load_kmz_failed);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue