remove long string

This commit is contained in:
sk
2022-12-01 16:10:15 +01:00
parent b43ddd0d8b
commit 1ab6a4532b
8 changed files with 1 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ public class GoogleMadeMeAddThisFragment extends AppKitFragment{
TextView subtitle=headerView.findViewById(R.id.subtitle);
headerView.findViewById(R.id.step_counter).setVisibility(View.GONE);
title.setText(R.string.privacy_policy_title);
subtitle.setText(R.string.sk_privacy_policy_subtitle);
subtitle.setText(R.string.privacy_policy_subtitle);
adapter=new MergeRecyclerAdapter();
adapter.addAdapter(new SingleViewRecyclerAdapter(headerView));