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

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

Implement required API 19 method override

parent b8cc64d4
No related branches found
No related tags found
No related merge requests found
...@@ -298,4 +298,9 @@ public class SettingsActivity extends PreferenceActivity { ...@@ -298,4 +298,9 @@ public class SettingsActivity extends PreferenceActivity {
} }
} }
} }
@Override
protected boolean isValidFragment(String fragmentName) {
return SettingsFragment.class.getName().equals(fragmentName);
}
} }
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