1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-15 00:41:35 +00:00

Fix collapsing toolbar with covers

This commit is contained in:
Ammar Githam 2021-05-07 21:19:16 +09:00
parent 83475a9bfb
commit 59c8a325fe
3 changed files with 4 additions and 1 deletions

View file

@ -343,7 +343,6 @@ public class ProfileFragment extends Fragment implements SwipeRefreshLayout.OnRe
}
}
if (username == null || !username.equals(this.username)) {
fragmentActivity.setCollapsingView(profileDetailsBinding.getRoot());
shouldRefresh = true;
return root;
}