Skip to content

Commit

Permalink
Fix crash when viewing audio now playing while using Emerald theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsvanvelzen committed Dec 5, 2024
1 parent 33f1151 commit 2fea546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="?attr/defaultBackground" />
<solid android:color="@color/not_quite_black" />
<corners android:radius="?attr/cardRounding" />
</shape>

0 comments on commit 2fea546

Please sign in to comment.