Skip to content

Instantly share code, notes, and snippets.

@ziginsider
Last active November 20, 2017 13:04
Show Gist options
  • Save ziginsider/a51081568c05398d776886a351861a00 to your computer and use it in GitHub Desktop.
Save ziginsider/a51081568c05398d776886a351861a00 to your computer and use it in GitHub Desktop.
public class MainActivity extends AppCompatActivity {
CallbackManager callbackManager;
TextView txtEmail, txtBirthday, txtFriends, txtLocation;
ProgressDialog mDialog;
ImageView imgAvatar;
@Override
protected void onActivityResult(int requestCode, int resultCode, Intent data) {
super.onActivityResult(requestCode, resultCode, data);
callbackManager.onActivityResult(requestCode, resultCode, data);
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment