Skip to content

Conversation

grayalienventures
Copy link

This is a resolution to the issue where a call could not be completed with the existence of Firebase in the project.

@jdegger jdegger requested a review from fabriziomoscon August 8, 2022 07:37
if (!isAppVisible()) {
if (BuildConfig.DEBUG) {
Log.i(TAG, "app is NOT visible.");
Log.i(TAG, "app is NOT visible eeeee.");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Log.i(TAG, "app is NOT visible eeeee.");
Log.i(TAG, "app is NOT visible.");

}

private void accept(CallInvite callInvite, int notificationId) {
Log.d(TAG, "accept()1");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Log.d(TAG, "accept()1");

handler.post(new Runnable() {
public void run() {
CallNotificationManager callNotificationManager = new CallNotificationManager();
// CallNotificationManager callNotificationManager = new CallNotificationManager();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if not needed anymore, remove line

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

Successfully merging this pull request may close these issues.

4 participants