Skip to content

showPopupMenu in MainActivity.java uses the wrong translation token #279

@AndroidSuggest

Description

@AndroidSuggest

Hello,

        if (note.isHide()) {
            menuItem.setTitle(getString(R.string.show_note));
            menuItem.setIcon(getDrawable(R.drawable.btn_show));
        } else {
            menuItem.setTitle(getString(R.string.hide_hidden));
            menuItem.setIcon(getDrawable(R.drawable.btn_hide));
        }

R.string.hide_hidden actually should be R.string.hide_note in this context.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions