Merge pull request #366 from FineFindus/feat/remove-home-longpress

feat: remove home tab longpress
This commit is contained in:
LucasGGamerM
2024-03-24 14:50:13 -03:00
committed by GitHub

View File

@@ -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;
}