You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
```
Fragment not instantiatable
../../src/main/java/com/hossainkhan/android/demo/ui/dialog/LayoutInfoDialog.kt:35: Avoid non-default constructors in fragments: use a default constructor plus Fragment#setArguments(Bundle) instead
32 /**
33 * Bottom sheet dialog to show layout information.
34 */
35 class LayoutInfoDialog(
36 private val title: String = "",
37 private val desciption: String = "",
38 private val previewXmlListener: (() -> Unit)? = null
```
0 commit comments