Skip to content

Commit

Permalink
Migrate to use FragmentContainerView
Browse files Browse the repository at this point in the history
FragmentStrictMode requests to use FragmentContainerView for parent view of all fragments.
  • Loading branch information
h6ah4i authored Oct 16, 2021
1 parent 970e0a8 commit 629277d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aboutlibraries/src/main/res/layout/activity_opensource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />

<FrameLayout
<androidx.fragment.app.FragmentContainerView
android:id="@+id/frame_container"
android:layout_width="0dp"
android:layout_height="0dp"
Expand Down

0 comments on commit 629277d

Please sign in to comment.