You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SocialAuthAdapter.java:770, your method setDialogSize is useless since you set in SocialAuthDialog.java DIMENSIONS_DIFF_LANDSCAPE and DIMENSIONS_DIFF_PORTRAIT in the declaration scope
"width" and "height" are overridden by method, but they're only used to define both previous variables.
Did I miss something ?
The text was updated successfully, but these errors were encountered:
Hi !
In SocialAuthAdapter.java:770, your method setDialogSize is useless since you set in SocialAuthDialog.java DIMENSIONS_DIFF_LANDSCAPE and DIMENSIONS_DIFF_PORTRAIT in the declaration scope
"width" and "height" are overridden by method, but they're only used to define both previous variables.
Did I miss something ?
The text was updated successfully, but these errors were encountered: