We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fcc9d commit f381dc9Copy full SHA for f381dc9
app/src/main/AndroidManifest.xml
@@ -15,7 +15,7 @@
15
android:label="@string/app_name"
16
android:roundIcon="@mipmap/ic_launcher_round"
17
android:supportsRtl="true"
18
- android:theme="@style/Theme.Tasky"
+ android:theme="@style/Theme.Launcher"
19
android:usesCleartextTraffic="false"
20
tools:targetApi="31">
21
<profileable
@@ -25,8 +25,7 @@
25
<activity
26
android:name=".launcher.MainActivity"
27
android:exported="true"
28
- android:launchMode="singleTop"
29
- android:theme="@style/Theme.Launcher">
+ android:launchMode="singleTop">
30
<intent-filter>
31
<action android:name="android.intent.action.MAIN" />
32
0 commit comments