luiisca / floaty

Apache License 2.0
0 stars 0 forks source link

feat: add `onStartCommand` to base service to handle adding multiple `FloatView`s #38

Open luiisca opened 1 week ago

luiisca commented 1 week ago

I'm thinking something like

override fun onStartCommand() {
  super.onStartCommand(ComposeView) // handles lifecycle ownership and stuff idk yet
}
linear[bot] commented 1 week ago

GIT-407 add `onStartCommand` to base service to handle adding multiple `FloatView`s