kopia lustrzana https://github.com/ryukoposting/Signal-Android
Correctly sets subtitle on conversation batch select mode during first selection
fixes #3565 closes #3628fork-5.53.8
rodzic
149ac9f417
commit
5a29c61dac
|
@ -286,7 +286,7 @@ public class ConversationListFragment extends Fragment
|
|||
inflater.inflate(R.menu.conversation_list_batch, menu);
|
||||
|
||||
mode.setTitle(R.string.conversation_fragment_cab__batch_selection_mode);
|
||||
mode.setSubtitle(null);
|
||||
mode.setSubtitle(getString(R.string.conversation_fragment_cab__batch_selection_amount, 1));
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
|
||||
getActivity().getWindow()
|
||||
|
|
Ładowanie…
Reference in New Issue