Skip to content
Snippets Groups Projects
Commit 5a76ab1e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix incorrect backstack

parent f8d73dd5
Branches
Tags
No related merge requests found
Pipeline #
......@@ -163,25 +163,21 @@
android:name=".ui.clientsettings.client.ClientSettingsActivity"
android:exported="false"
android:label="@string/label_settings_client"
android:parentActivityName=".ui.chat.ChatActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".ui.clientsettings.crash.CrashActivity"
android:exported="false"
android:label="@string/label_crashes"
android:parentActivityName=".ui.clientsettings.client.ClientSettingsActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".ui.clientsettings.whitelist.WhitelistActivity"
android:exported="false"
android:label="@string/label_certificates"
android:parentActivityName=".ui.clientsettings.client.ClientSettingsActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".ui.clientsettings.about.AboutActivity"
android:exported="false"
android:label="@string/label_about"
android:parentActivityName=".ui.clientsettings.client.ClientSettingsActivity"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".ui.clientsettings.license.LicenseActivity"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment