Skip to content

Commit

Permalink
remove redundant theme property from AttestationActivity declaration
Browse files Browse the repository at this point in the history
AuditorTheme is used for the whole application already.
  • Loading branch information
muhomorr authored and thestinger committed Apr 19, 2024
1 parent f74d9eb commit 1447eb5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
android:theme="@style/AuditorTheme">

<activity android:name=".AttestationActivity"
android:theme="@style/AuditorTheme"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 1447eb5

Please sign in to comment.