Closed luiisca closed 4 months ago
got distracted trying to figure out how to receive updates in MainFloaty
from CloseFloaty
composable after added with windowManager.addView
in case it's content changed and MainFloaty
needed to update the closable area or something, but realized it was taking too long, and is not even that neccesary
figured out how to detect when a floaty is in the closable area. used claude 3.5 sonnet for coming up with the idea of usig the distance between two points formula
took way too long
edit library code to trigger some event that will remove
FloatView
from windowManager when is dragged close enough to close view