removed not used category replacement
This commit is contained in:
parent
c40ac3374e
commit
cfcc18f3a6
@ -36,7 +36,6 @@ public class PluginsFragment extends PreferenceFragment {
|
|||||||
|
|
||||||
// set action bar stuff
|
// set action bar stuff
|
||||||
ActionBar bar = getActivity().getActionBar();
|
ActionBar bar = getActivity().getActionBar();
|
||||||
category = category.replace(IITC_PluginPreferenceActivity.USER_PLUGIN, "User ");
|
|
||||||
bar.setTitle("IITC Plugins: " + category);
|
bar.setTitle("IITC Plugins: " + category);
|
||||||
bar.setDisplayHomeAsUpEnabled(true);
|
bar.setDisplayHomeAsUpEnabled(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user