StringPicker icon indicating copy to clipboard operation
StringPicker copied to clipboard

Using StringPickerDialog in a Fragment

Open VictorAlbertos opened this issue 11 years ago • 0 comments

How can I supply the OnClickListener interface to the StringPickerDialog if it is implemented in a Fragment. There is no “setter” method, the StringPickerDialog class take this interface when it is attached to the activity, but my host-activity doesn’t implement this interface, it is its hosted fragment instead.

Thanks!

VictorAlbertos avatar Nov 28 '14 18:11 VictorAlbertos