fix to show more call options without in full saturation

delete unnecessary setTint for audioOutputButton

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-12-06 17:25:27 +01:00
parent e1cca6de00
commit 0a3b4492ef
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -155,7 +155,6 @@ import androidx.annotation.RequiresApi;
import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatActivity;
import androidx.core.content.ContextCompat; import androidx.core.content.ContextCompat;
import androidx.core.graphics.drawable.DrawableCompat;
import androidx.lifecycle.ViewModelProvider; import androidx.lifecycle.ViewModelProvider;
import autodagger.AutoInjector; import autodagger.AutoInjector;
import io.reactivex.Observable; import io.reactivex.Observable;
@ -651,7 +650,6 @@ public class CallActivity extends CallBaseActivity {
Log.e(TAG, "Icon for audio output not available"); Log.e(TAG, "Icon for audio output not available");
break; break;
} }
DrawableCompat.setTint(binding.audioOutputButton.getDrawable(), Color.WHITE);
} }
private void handleFromNotification() { private void handleFromNotification() {