Pedro Vicente
Pedro Vicente
``` Observable mSearchFocusObs = RxView .focusChanges(mViewBuilder.getSearchView()) .share(); DisposableObserver mSearchStateDisposable = mSearchFocusObs .observeOn(AndroidSchedulers.mainThread()) .subscribeWith(getSearchFocusObserver()); private DisposableObserver getSearchFocusObserver() { return new DisposableObserver() { @Override public void onNext(Boolean isFocused) { Log.d("Test", "getSearchFocusObserver", "Focus?...
I tried with the "Exception" option selected and it keeps parking them.
Currently the LOG was always using TAG String as the source of the hashCode of the object. That is not valid, and defects the initial purpose which was broken when...
Shouldn't we disable sonarqube until we fix the Java version issue? https://app.travis-ci.com/github/Mindera/skeletoid/builds/215589437