/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
android/src/com/mapswithme/maps/base/Hideable.java
6 строк
82 B
Александр Зацепин
[android] Added scrolling to elevation profile layourt and discarding the scroll and chart zoom on bootom sheet hiding
14 апр 2020, 16:19
14 апр 2020, 16:19
6302c6d
Код
Авторство
О чём код?
package com.mapswithme.maps.base; public interface Hideable { void onHide(); }