Skip to content

Commit bc34a5d

Browse files
committed
[FIX] #267 방문자모드 다이얼로그 프래그먼트에도 빈 생성자를 위한 newInstance 함수 정의
1 parent ffa88b2 commit bc34a5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/java/com/runnect/runnect/util/custom/dialog/RequireLoginDialogFragment.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ class RequireLoginDialogFragment
3838
}
3939
}
4040

41-
// companion object {
42-
// @JvmStatic
43-
// fun newInstance() = RequireLoginDialogFragment()
44-
// }
41+
companion object {
42+
@JvmStatic
43+
fun newInstance() = RequireLoginDialogFragment()
44+
}
4545
}

0 commit comments

Comments
 (0)