nambmt97s

Results 1 comments of nambmt97s

same problem when I have rotated the screen. worked for me! you just > adapter.setHasStableIds(true) and override this method in your adapter. ``` override fun getItemId(position: Int): Long { return...