edodson84 / Aosp_Dialer_10_Gradle

Aosp dialer 10 buildable
Apache License 2.0
18 stars 6 forks source link

UiListener is always null when trying to make a call #16

Open Allosh87 opened 3 months ago

Allosh87 commented 3 months ago

Attempt to invoke virtual method 'androidx.fragment.app.FragmentManager com.fissy.dialer.common.concurrent.UiListener.getChildFragmentManager()' on a null object reference

uiListener = DialerExecutorComponent.get(activity) .createUiListener( uiListener.getChildFragmentManager(), "PreCallCoordinatorImpl.uiListener");