Skip to content

Commit ebab8c4

Browse files
committed
Fix bug in FinchLifecycle. Tip of the hat to Makopoppo
1 parent 18759d2 commit ebab8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FinchLifecycle/res/layout/main.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
android:layout_height="wrap_content"
1010
android:text="@string/hello"
1111
/>
12-
<fragment class="com.oreilly.demo.pa.ch10.finchlifecycle.TestFragment"
12+
<fragment class="com.oreilly.demo.android.pa.finchlifecycle.TestFragment"
1313
android:id="@+id/the_frag"
1414
android:layout_weight="1"
1515
android:layout_width="match_parent"

0 commit comments

Comments
 (0)