mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Implement animated color lerp for material toolbars.
This commit is contained in:
committed by
Greyson Parrelli
parent
ef3c776b4b
commit
2eb933c2d4
@@ -109,7 +109,7 @@ public final class MessageDetailsFragment extends FullScreenDialogFragment {
|
||||
|
||||
list.setAdapter(adapter);
|
||||
list.setItemAnimator(null);
|
||||
list.addOnScrollListener(new Material3OnScrollHelper(requireActivity(), toolbarShadow));
|
||||
new Material3OnScrollHelper(requireActivity(), toolbarShadow).attach(list);
|
||||
}
|
||||
|
||||
private void initializeViewModel() {
|
||||
|
||||
Reference in New Issue
Block a user