Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,18 @@
*
* @author nokutu
*/


public final class MapillaryFilterDialog extends ToggleDialog
implements OrganizationRecordListener, UserProfile.UserProfileListener, MVTTile.TileListener {

@Override
public void showDialog() {
if (!isShowing()) {
super.showDialog();
}
}

@Serial
private static final long serialVersionUID = -4192029663670922103L;

Expand Down