You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2025. It is now read-only.
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:
Successfully implement SimpleSearchView into your
Update your androidx.activity:activity-ktx and androidx.fragment:fragment-ktx from 1.4.0 to 1.5.0
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
I implemented 'com.github.Ferfalk:SimpleSearchView:0.2.0' library into my app. After update
androidx.activity:activity-ktx
andandroidx.fragment:fragment-ktx
from 1.4.0 to 1.5.0 menu icon disappears which completely disables search functional.Steps to reproduce:
androidx.activity:activity-ktx
andandroidx.fragment:fragment-ktx
from 1.4.0 to 1.5.0Observed 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
The text was updated successfully, but these errors were encountered: