Checkstyle fix
This commit is contained in:
parent
cf8d4c42f9
commit
94f8c6012d
|
@ -122,7 +122,7 @@ public class FeedSettingsFragment extends Fragment {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public RecyclerView onCreateRecyclerView (LayoutInflater inflater, ViewGroup parent, Bundle state) {
|
public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, Bundle state) {
|
||||||
final RecyclerView view = super.onCreateRecyclerView(inflater, parent, state);
|
final RecyclerView view = super.onCreateRecyclerView(inflater, parent, state);
|
||||||
// To prevent transition animation because of summary update
|
// To prevent transition animation because of summary update
|
||||||
view.setItemAnimator(null);
|
view.setItemAnimator(null);
|
||||||
|
|
Loading…
Reference in New Issue