Skip to content

Commit

Permalink
fix: Make settings activity be an Activity object instead of a prefer…
Browse files Browse the repository at this point in the history
…ences fragment
  • Loading branch information
Adam committed Sep 29, 2023
1 parent 22bdc1a commit aa32c3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app-tv/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@

</activity> <!-- This is for ensuring the background service still runs when/if the app is swiped away -->

<activity
android:name="org.torproject.android.core.ui.SettingsActivity"
android:label="@string/app_name" />
<activity
android:name=".ui.AppManagerActivity"
android:label="@string/app_name"
Expand Down Expand Up @@ -89,4 +92,4 @@



</manifest>
</manifest>

0 comments on commit aa32c3c

Please sign in to comment.