Fix the URI crash on startup; Rename a class

This commit is contained in:
artdeell 2020-12-31 19:14:34 +03:00
parent 83251c7bbe
commit 882be4cbf8
2 changed files with 4 additions and 7 deletions

View file

@ -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");