luiisca / floating-views

Kotlin library for effortlessly creating customizable floating UI elements in Android apps.
https://central.sonatype.com/artifact/io.github.luiisca/floating.views
MIT License
4 stars 0 forks source link

fix: consumers cannot define multiple configurations #72

Closed luiisca closed 4 weeks ago

luiisca commented 1 month ago

they have to marry to a single instance of FloatingViewsController, so they cannot just create a button 1 that renders a dynamic floating view based on config 1 and then button 2 that renders another one based on config 2, both buttons will have to use the same config

linear[bot] commented 1 month ago

GIT-433 fix: consumers cannot define multiple configurations

luiisca commented 4 weeks ago

harder than I expected