fix: AAChartCore library not found tempfix

This commit is contained in:
rebelonion 2024-03-19 20:18:39 -05:00
parent 808d4e6bf5
commit 927ba5ac86
3 changed files with 1 additions and 5 deletions

View file

@ -16,7 +16,6 @@ class Login : AppCompatActivity() {
ThemeManager(this).applyTheme()
val data: Uri? = intent?.data
Logger.log(data.toString())
try {
Anilist.token =
Regex("""(?<=access_token=).+(?=&token_type)""").find(data.toString())!!.value