Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 6f65808

Browse files
committed
Bugfix: set a default theme.
Introduced in c34e9bd Part of #2123.
1 parent cf4e1d0 commit 6f65808

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ limitations under the License.
7979
android:hasFragileUserData="false"
8080
android:icon="@drawable/ic_launcher"
8181
android:label="@string/app_name"
82-
android:supportsRtl="true">
82+
android:supportsRtl="true"
83+
android:theme="@style/DayNightDynamicTheme"> <!-- Default for AppCompatActivities -->
8384

8485
<activity
8586
android:name=".publicapi.StartRecording"

0 commit comments

Comments
 (0)