mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-20 13:30:15 -07:00
Fix the URI crash on startup; Rename a class
This commit is contained in:
parent
83251c7bbe
commit
882be4cbf8
2 changed files with 4 additions and 7 deletions
|
|
@ -624,7 +624,7 @@ public class PojavLoginActivity extends BaseActivity
|
|||
super.onNewIntent(intent);
|
||||
|
||||
Uri data = intent.getData();
|
||||
Log.i("MicroAuth", data.toString());
|
||||
//Log.i("MicroAuth", data.toString());
|
||||
if (data != null && data.getScheme().equals("ms-xal-00000000402b5328") && data.getHost().equals("auth")) {
|
||||
String error = data.getQueryParameter("error");
|
||||
String error_description = data.getQueryParameter("error_description");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue