Loading play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java +12 −2 Original line number Diff line number Diff line Loading @@ -308,7 +308,12 @@ public class LoginActivity extends AssistantActivity { @Override public void onException(Exception exception) { Log.w(TAG, "onException: " + exception); Log.w(TAG, "onException", exception); runOnUiThread(() -> { showError(R.string.auth_general_error_desc); setNextButtonText(android.R.string.ok); }); state = -2; } }); } Loading Loading @@ -339,7 +344,12 @@ public class LoginActivity extends AssistantActivity { @Override public void onException(Exception exception) { Log.w(TAG, "onException: " + exception); Log.w(TAG, "onException", exception); runOnUiThread(() -> { showError(R.string.auth_general_error_desc); setNextButtonText(android.R.string.ok); }); state = -2; } }); } Loading proguard.flags +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ @org.microg.safeparcel.SafeParceled *; } # Keep form data -keepclassmembers class * { @org.microg.gms.common.HttpFormClient$* *; } # Keep asInterface method cause it's accessed from SafeParcel -keepattributes InnerClasses -keepclassmembers interface * extends android.os.IInterface { Loading Loading
play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java +12 −2 Original line number Diff line number Diff line Loading @@ -308,7 +308,12 @@ public class LoginActivity extends AssistantActivity { @Override public void onException(Exception exception) { Log.w(TAG, "onException: " + exception); Log.w(TAG, "onException", exception); runOnUiThread(() -> { showError(R.string.auth_general_error_desc); setNextButtonText(android.R.string.ok); }); state = -2; } }); } Loading Loading @@ -339,7 +344,12 @@ public class LoginActivity extends AssistantActivity { @Override public void onException(Exception exception) { Log.w(TAG, "onException: " + exception); Log.w(TAG, "onException", exception); runOnUiThread(() -> { showError(R.string.auth_general_error_desc); setNextButtonText(android.R.string.ok); }); state = -2; } }); } Loading
proguard.flags +5 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,11 @@ @org.microg.safeparcel.SafeParceled *; } # Keep form data -keepclassmembers class * { @org.microg.gms.common.HttpFormClient$* *; } # Keep asInterface method cause it's accessed from SafeParcel -keepattributes InnerClasses -keepclassmembers interface * extends android.os.IInterface { Loading