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

The recent change in androidx.activity:activity-ktx and androidx.fragment:fragment-ktx breaks library work #39

Open
Gelassen opened this issue Jul 7, 2022 · 0 comments

Comments

@Gelassen
Copy link

Gelassen commented Jul 7, 2022

Description:
I implemented 'com.github.Ferfalk:SimpleSearchView:0.2.0' library into my app. After update androidx.activity:activity-ktx and androidx.fragment:fragment-ktx from 1.4.0 to 1.5.0 menu icon disappears which completely disables search functional.

Steps to reproduce:

  1. Successfully implement SimpleSearchView into your
  2. Update your androidx.activity:activity-ktx and androidx.fragment:fragment-ktx from 1.4.0 to 1.5.0
  3. Run the app and check search functionality

Observed behavior:
Search menu icon disappears which completely disables search functional.

Expected behavior:
Search menu icon is available, tap on it successfully executes search functional.

Environment:
Nexus 5 emulator with Android 30. You may try it within my app $git clone https://github.com/Gelassen/government-rus.git ``$git checkout -B bugfix/migrate_to_new_version 72f5d398af35717ad795feed2d80c35f29176e0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant