mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
Fixed issue #963
This commit is contained in:
parent
9b5f69f736
commit
d9e1d44e89
3 changed files with 2 additions and 12 deletions
|
|
@ -88,13 +88,6 @@ public class CategorizationFragment extends Fragment {
|
|||
|
||||
categoriesList.setLayoutManager(new LinearLayoutManager(getContext()));
|
||||
|
||||
RxView.clicks(categoriesSkip)
|
||||
.takeUntil(RxView.detaches(categoriesSkip))
|
||||
.subscribe(o -> {
|
||||
getActivity().onBackPressed();
|
||||
getActivity().finish();
|
||||
});
|
||||
|
||||
ArrayList<CategoryItem> items = new ArrayList<>();
|
||||
categoriesCache = new HashMap<>();
|
||||
if (savedInstanceState != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue