Fixing the bug of the fab reloading every time the user profile loads

This commit is contained in:
LucasGGamerM 2023-01-22 18:36:31 -03:00
parent 394699c072
commit 211e6cdee2
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class AccountTimelineFragment extends StatusListFragment{
@Override
public void onViewCreated(View view, Bundle savedInstanceState){
super.onViewCreated(view, savedInstanceState);
fab = ((ProfileFragment) getParentFragment()).getFab();
// fab = ((ProfileFragment) getParentFragment()).getFab();
}
@Override