CSipSimple icon indicating copy to clipboard operation
CSipSimple copied to clipboard

app crashes when start a call

Open m7mdhassballa opened this issue 6 years ago • 3 comments

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

m7mdhassballa avatar May 17 '18 11:05 m7mdhassballa

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

asceder avatar Jun 23 '18 17:06 asceder

Someone found solution?

adeldolgov avatar Aug 20 '18 15:08 adeldolgov

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

MikeB32 avatar Oct 10 '18 07:10 MikeB32