fix: AAChartCore library not found tempfix
This commit is contained in:
parent
808d4e6bf5
commit
927ba5ac86
3 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue