Select account/folder

pull/212/head
M66B 2 years ago
parent 6137988040
commit 8681f7f08a

@ -2138,7 +2138,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
private void onMenuRulesFolder(Bundle args) { private void onMenuRulesFolder(Bundle args) {
args.putInt("icon", R.drawable.twotone_filter_alt_24); args.putInt("icon", R.drawable.twotone_filter_alt_24);
args.putString("title", getString(R.string.title_edit_rules)); args.putString("title", getString(R.string.title_select_folder));
args.putLongArray("disabled", new long[0]); args.putLongArray("disabled", new long[0]);
FragmentDialogFolder fragment = new FragmentDialogFolder(); FragmentDialogFolder fragment = new FragmentDialogFolder();

@ -92,7 +92,7 @@ public class FragmentDialogSelectAccount extends FragmentDialogBase {
return new AlertDialog.Builder(context) return new AlertDialog.Builder(context)
.setIcon(R.drawable.twotone_account_circle_24) .setIcon(R.drawable.twotone_account_circle_24)
.setTitle(R.string.title_list_accounts) .setTitle(R.string.title_select_account)
.setAdapter(adapter, new DialogInterface.OnClickListener() { .setAdapter(adapter, new DialogInterface.OnClickListener() {
@Override @Override
public void onClick(DialogInterface dialog, int which) { public void onClick(DialogInterface dialog, int which) {

@ -1209,6 +1209,8 @@
<string name="title_empty_spam">Empty spam</string> <string name="title_empty_spam">Empty spam</string>
<string name="title_edit_properties">Edit properties</string> <string name="title_edit_properties">Edit properties</string>
<string name="title_edit_rules">Edit rules</string> <string name="title_edit_rules">Edit rules</string>
<string name="title_select_account">Select account</string>
<string name="title_select_folder">Select folder</string>
<string name="title_execute_rules">Execute rules</string> <string name="title_execute_rules">Execute rules</string>
<string name="title_export_messages">Export messages</string> <string name="title_export_messages">Export messages</string>
<string name="title_create_channel">Create notification channel</string> <string name="title_create_channel">Create notification channel</string>

Loading…
Cancel
Save