1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 16:31:36 +00:00

clean string resources

This commit is contained in:
Austin Huang 2021-03-18 21:46:10 -04:00
parent 8a0f119970
commit 9db530184e
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
27 changed files with 0 additions and 902 deletions

View file

@ -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;
});
}

View file

@ -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());