Maybe there is a problem with your design logic. Because, you can not block UI, what ever you do. Can you share code snippet for more clear?
31 Temmuz 2016 Pazar 21:24:28 UTC+3 tarihinde Yaroslav Pronin yazdı: > > I use adapter in RecyclerView. Each item contains a ProgressBar. Since > progress speed is sometimes very high, a fragment permanently call > notifyDataSetChanged(), which initiates update adapter. But there is one > unpleasant feature: at this time ViewHolder doesn't respond to a click and > user can't open the item, while progress speed will not decrease. Is it > possible to solve this problem? > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/2a98430a-84e7-42be-84d6-31859b964e3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

