Closed luiisca closed 4 months ago
I'm thinking something like
override fun onStartCommand() { super.onStartCommand(ComposeView) // handles lifecycle ownership and stuff idk yet }
GIT-407 add `onStartCommand` to base service to handle adding multiple `FloatView`s
I'm thinking something like