Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[common-ui] Issue with androidx.fragment:fragment-ktx:1.3.0-beta01. Appbar params is not set (title, home icon, color)) #12

Open
dmitriy-chernysh opened this issue Oct 23, 2020 · 0 comments
Assignees
Labels

Comments

@dmitriy-chernysh
Copy link
Member

When there is a dependency androidx.fragment:fragment-ktx:1.3.0-beta01 ,

BaseActivity.setAppBarTitle(...) calls before initToolbar() by some reason.

        super.onCreate(savedInstanceState)

      .....
        setContentView(layoutId)
        initToolbar()
        actionBar = supportActionBar
     ....
    }

Without this dependency, everything works fine

@dmitriy-chernysh dmitriy-chernysh self-assigned this Oct 23, 2020
@dmitriy-chernysh dmitriy-chernysh changed the title [common-ui] Issue with androidx.fragment:fragment-ktx:1.3.0-beta01. Appbar params is not set (titel, home icon, color)) [common-ui] Issue with androidx.fragment:fragment-ktx:1.3.0-beta01. Appbar params is not set (title, home icon, color)) Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

No branches or pull requests

1 participant