79463453

Date: 2025-02-24 12:05:18
Score: 0.5
Natty:
Report link

post or postDelayed works better

recyclerView.postDelayed(new Runnable() {
                    @Override
                    public void run() {
                        recyclerView.smoothScrollToPosition(recyclerView.getBottom());
                    }
                },50);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Khalid Lakhani