feat: remove home tab longpress
This commit is contained in:
parent
7a4387a459
commit
2ab74de236
|
@ -310,11 +310,6 @@ public class HomeFragment extends AppKitFragment implements OnBackPressedListene
|
|||
discoverFragment.openSearch();
|
||||
return true;
|
||||
}
|
||||
if(tab==R.id.tab_home){
|
||||
Bundle args=new Bundle();
|
||||
args.putString("account", accountID);
|
||||
Nav.go(getActivity(), OnboardingFollowSuggestionsFragment.class, args);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue