farbodbj / YourMusic

Simple music player app using media3 library, clean architecture and best best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Permission issue

timemake opened this issue · comments

checkPermission function is not working for TIRAMISU due to wrong setting.

  • if (VERSION.SDK_INT > TIRAMISU) (X)

  • if (VERSION.SDK_INT >= TIRAMISU) (O)

Thanks for caring and posting the issue, will fix it shortly.

This bug has been fixed in the following commit: f8bda2a