We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f0b26 commit de47110Copy full SHA for de47110
app/src/main/java/com/kyhsgeekcode/disassembler/ProjectOverviewFragment.kt
@@ -29,7 +29,7 @@ import java.io.File
29
30
class ProjectOverviewFragment : Fragment() {
31
private var _binding: FragmentProjectOverviewBinding? = null
32
- private val binding = _binding!!
+ private val binding get() = _binding!!
33
34
override fun onCreateView(
35
inflater: LayoutInflater,
0 commit comments