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

This reverts commit 211e6cdee2.
This commit is contained in:
LucasGGamerM 2023-01-22 19:08:24 -03:00
parent 211e6cdee2
commit 901c7c3806
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