出于某种原因,当向RecyclerView添加一个新项目时(应该插入到列表的顶部),它不会显示,除非我向下滚动列表并返回到顶部,并且没有任何动画任何一个。(只是出现在列表的顶部,就好像它一直都在那里一样)。使用适当的动画可以很好地移除项目。回收View适配器:@OverridepublicvoidonNewDatabaseEntryAdded(){//itemaddedtotopofthelistnotifyItemInserted(0);}publicFileViewerAdapter(Contextcontext){super();mContext=context;mDatabas