mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-14 16:31:36 +00:00
clean string resources
This commit is contained in:
parent
8a0f119970
commit
9db530184e
27 changed files with 0 additions and 902 deletions
|
|
@ -647,7 +647,6 @@ public class PostViewV2Fragment extends SharedElementTransitionDialogFragment im
|
|||
navController.navigate(R.id.action_global_likesViewerFragment, bundle);
|
||||
return true;
|
||||
}
|
||||
Utils.displayToastAboveView(context, v, getString(R.string.like_without_count));
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@ public class AboutFragment extends BasePreferencesFragment {
|
|||
final PreferenceCategory thirdPartyCategory = new PreferenceCategory(context);
|
||||
screen.addPreference(thirdPartyCategory);
|
||||
thirdPartyCategory.setTitle(R.string.about_category_3pt);
|
||||
//thirdPartyCategory.setSummary(R.string.about_category_3pt_summary);
|
||||
thirdPartyCategory.setIconSpaceReserved(false);
|
||||
// alphabetical order!!!
|
||||
thirdPartyCategory.addPreference(getACIPreference());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue