mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
fix to keep sound output icons white
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
a37edc4421
commit
7c3faa658d
@ -156,6 +156,7 @@ 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;
|
||||||
@ -659,6 +660,7 @@ 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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user