Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

[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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
No open projects
Development

No branches or pull requests

1 participant