Skip to content

Commit 56785c0

Browse files
committed
see 07/13 log
1 parent 0567c1a commit 56785c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilcode/src/main/java/com/blankj/utilcode/util/FragmentUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ public SharedElement(final View sharedElement, final String name) {
894894
}
895895
}
896896

897-
static class FragmentNode {
897+
public static class FragmentNode {
898898
Fragment fragment;
899899
List<FragmentNode> next;
900900

0 commit comments

Comments
 (0)