Illia Achour

Results 40 comments of Illia Achour

The "Reused" hook itself is working right, and the item is correct, too. However, reused hook contains a reference to old, no-longer-valid Fragment, old Fragment contains a reference to old,...

@mikepenz, thank you for getting back to me! Yes, so `FastAdapter`s are not reused, but item views are reused via `RecycledViewPool`, which indirectly causes `View`s to keep hooks and attach...

Hello, @SudoDios! You can get individual per-channel callbacks for `RGBColorPickerSeekBar` via `addListener(...)` or you can use `RGBColorPickerSeekBarSet` and get callbacks for multiple channels via `ColorPickerSeekBarSet.pickerGroup.addListener(...)`: [Sample 1](https://github.com/side-codes/andColorPicker/blob/master/app/src/main/java/codes/side/andcolorpicker/app/fragment/RGBSeekBarFragment.kt#L26) [Sample 2](https://github.com/side-codes/andColorPicker/blob/master/app/src/main/java/codes/side/andcolorpicker/app/fragment/HSLSeekBarRecyclerViewFragment.kt#L54) Feel...

@SudoDios that's not supported for now, but I've added this idea to a shortlist 👍🏻

@jpage4500, thank you for reporting this. Wonderful! Great catch on `registerPickers`, I will check the docs and API. I will also double-check on what plugins/classpath are needed to make it...

@ananwbr @BacchoTerra, I'm looking into this issue now. Can you help me to reproduce it, please? Sample code or steps would be helpful.

Thank you for the feature request! Let me see what we can do about it.

@GXSZone, thank you for your feature request. I'll look into it for future releases.

@OmarAflak, thank you! I'll research that case.