forked from organicmaps/organicmaps
[android] Fixed maplayer dialog position
This commit is contained in:
parent
51b0262928
commit
39264c355a
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ import android.view.View;
|
|||
import com.mapswithme.maps.maplayer.subway.SubwayMapLayerController;
|
||||
import com.mapswithme.maps.maplayer.traffic.widget.TrafficButton;
|
||||
import com.mapswithme.maps.maplayer.traffic.widget.TrafficButtonController;
|
||||
import com.mapswithme.util.InputUtils;
|
||||
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
|
@ -259,6 +260,7 @@ public class MapLayerCompositeController implements MapLayerController
|
|||
}
|
||||
else
|
||||
{
|
||||
InputUtils.hideKeyboard(mActivity.getWindow().getDecorView());
|
||||
showDialog();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue