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 3, 2023
1 parent ab78d37 commit 52431f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-tv/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</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.SettingsPreferencesFragment"
android:name="org.torproject.android.core.ui.SettingsActivity"
android:label="@string/app_name" />
<activity
android:name=".ui.AppManagerActivity"
Expand Down Expand Up @@ -92,4 +92,4 @@



</manifest>
</manifest>

0 comments on commit 52431f5

Please sign in to comment.