Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app crashes when start a call #10

Open
m7mdhassballa opened this issue May 17, 2018 · 3 comments
Open

app crashes when start a call #10

m7mdhassballa opened this issue May 17, 2018 · 3 comments

Comments

@m7mdhassballa
Copy link

the app crashes when i make a call . and i found a null pointer exception on class InCallControls .
the field btnMenuBuilder is never assigned

@asceder
Copy link

asceder commented Jun 23, 2018

Android Permission Issue.. manually grant all access permissions for this app to test

@adeldolgov
Copy link

Someone found solution?

@MikeB32
Copy link

MikeB32 commented Oct 10, 2018

uncomment those...! --->
btnMenuBuilder = new MenuBuilder(getContext());
btnMenuBuilder.setCallback(this);
MenuInflater inflater = new MenuInflater(getContext());
inflater.inflate(R.menu.in_call_controls_menu, btnMenuBuilder);

from InCallControl.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants