79340302

Date: 2025-01-08 18:05:50
Score: 1
Natty:
Report link

You can add clickable focusable true to your fragment_container


<FrameLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:clickable="true"
    android:focusable="true">

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Oğuzhan Türkmen