I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d3eaebd3 authored by str4d's avatar str4d
Browse files

Temporary fix for a settings bug

parent 37c366a5
No related branches found
No related tags found
No related merge requests found
# Fixes # Fixes
- Replace AddressbookSettingsActivity, or open it with an implicit Intent from Settings
<Meeh> If I goto settings->addressbook it crashes
<str4d> I have an Intent specified in the settings XML
<str4d> But I can't specify the package there, because the package depends on the flavor
- Browser crash - Browser crash
<zzz> in the browser, hitting reload on a failed page does it. Or going back and then clicking the same addressbook entry <zzz> in the browser, hitting reload on a failed page does it. Or going back and then clicking the same addressbook entry
- Display auto-start setting correctly in I2PTunnel - Display auto-start setting correctly in I2PTunnel
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<header <header
android:title="@string/label_addressbook"> android:title="@string/label_addressbook">
<intent <intent
android:targetPackage="net.i2p.android.router" android:targetPackage="net.i2p.android"
android:targetClass="net.i2p.android.router.addressbook.AddressbookSettingsActivity" /> android:targetClass="net.i2p.android.router.addressbook.AddressbookSettingsActivity" />
</header> </header>
<header <header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment