Pavel Sarpov

Results 3 issues of Pavel Sarpov

Объявление моего презентера выглядит вот так: ``` class SearchPresenter(val network: Network) : BasePresenter() { //pass } ``` T - data clas который будет передан. Т может иметь один из 5...

I have this code: mscc.showcase(getActivity(), getString(R.string.new_deal_name), getActivity().findViewById(R.id.task_name), focus, 0, Constants.SHOWCASE_UNIQUEID_TASKNAME, FocusGravity.CENTER, true).show(getActivity()); mscc.showcase().setListener(new MaterialIntroListener() { @Override public void onUserClicked(String materialIntroViewId) { msccViewNumber = 2; mscc.showcase(getActivity(), getString(R.string.new_deal_access), getActivity().findViewById(R.id.task_category), focus, 0, Constants.SHOWCASE_UNIQUEID_ACCESSLEVEL,...

Hi! When I use showcaseview and open keyboard, then close keyboard. Whatever I input or not, sometimes (15-20% appr.) this thing happens: ![photo5422762808589789118](https://cloud.githubusercontent.com/assets/13379409/24807578/6af46d9a-1bc1-11e7-8763-cf28ffe2a5e7.jpg) The button is disabled, the text goes...