Auxio/app
OxygenCobalt 949d71dbd1
playback: actually fix controls not working
Turns out playback controls wouldn't actually work because the view
would detach but not the actual fragment, resulting in onCreateView
never being called and the entire system falling apart. This fixes
it by just giving PlaybackLayout the viewmodel instance it needs.
I'll need to release a hotfix for this issue since this is really
easy the trigger and really hard to fix unless you know why it
occurs. Android lifecycles suck so much.
2021-11-26 10:17:46 -07:00
..
src playback: actually fix controls not working 2021-11-26 10:17:46 -07:00
build.gradle home: remove title gradient 2021-11-25 12:27:46 -07:00
proguard-rules.pro Create dedicated app object 2021-01-14 07:42:56 -07:00