mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-22 13:09:46 +01:00
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:
parent
e1cca6de00
commit
0a3b4492ef
@ -155,7 +155,6 @@ import androidx.annotation.RequiresApi;
|
||||
import androidx.appcompat.app.AlertDialog;
|
||||
import androidx.appcompat.app.AppCompatActivity;
|
||||
import androidx.core.content.ContextCompat;
|
||||
import androidx.core.graphics.drawable.DrawableCompat;
|
||||
import androidx.lifecycle.ViewModelProvider;
|
||||
import autodagger.AutoInjector;
|
||||
import io.reactivex.Observable;
|
||||
@ -651,7 +650,6 @@ public class CallActivity extends CallBaseActivity {
|
||||
Log.e(TAG, "Icon for audio output not available");
|
||||
break;
|
||||
}
|
||||
DrawableCompat.setTint(binding.audioOutputButton.getDrawable(), Color.WHITE);
|
||||
}
|
||||
|
||||
private void handleFromNotification() {
|
||||
|
Loading…
Reference in New Issue
Block a user