When navigating from a fragment containing a PreferenceScreen, artifacts appear in the Button
I have 2 Fragment
s, the second one contains the PreferenceScreen
, the first one contains the RecyclerView
, a root container for the RecyclerView
– MaterialCard
. The root container of the item is a MaterialCard
, inside which there is a ConstraintLayout
.