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
8 stars 1 forks source link

fix: consumers cannot define multiple configurations #72

Closed luiisca closed 3 months ago

luiisca commented 3 months 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 3 months ago

GIT-433 fix: consumers cannot define multiple configurations

luiisca commented 3 months ago

harder than I expected