Skip to content

Commit ee6902c

Browse files
Made permission layout clickable to prevent passing view clicks to underlying layout
1 parent f55309b commit ee6902c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

raveandroid/src/main/res/layout/activity_rave_pay.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tools:context="com.flutterwave.raveandroid.RavePayActivity">
1313
<RelativeLayout
1414
android:layout_width="match_parent"
1515
android:gravity="center"
16+
android:clickable="true"
1617
android:background="#fff"
1718
android:id="@+id/permission_required_layout"
1819
android:visibility="gone"

0 commit comments

Comments
 (0)