Kyash / android-target-instructions

Make easy to implement the instructions feature.
57 stars 2 forks source link

.finish #2

Open AbdallahHassanN opened 6 months ago

AbdallahHassanN commented 6 months ago

i tried

`skipBtn.setOnClickListener {
                popupWindow.dismiss()
                TargetInstructions.with(requireActivity())
                    .finish()

            }`

but it doesn't get dismissed