Checklist
Affected app version
1.1.0
Affected Android/Custom ROM version
Android 12
Affected device model
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
I have no clue how it happened, but it happened on it's own in SMT contacts then still exists in fossify
Expected behavior
Contacts not being hidden
Actual behavior
- Contacts are filtered out incorrectly but they are still stored
Screenshots/Screen recordings
No response
Additional information
I have tracked the issue down for a bit, basically this line filters the contacts by source
|
contacts.filter { contactSources.contains(it.source) } |
the issue is sometimes the it.source is empty string and it filters for "Phone"
Checklist
Affected app version
1.1.0
Affected Android/Custom ROM version
Android 12
Affected device model
How did you install the app?
F-Droid / IzzyOnDroid
Steps to reproduce the bug
I have no clue how it happened, but it happened on it's own in SMT contacts then still exists in fossify
Expected behavior
Contacts not being hidden
Actual behavior
Screenshots/Screen recordings
No response
Additional information
I have tracked the issue down for a bit, basically this line filters the contacts by source
Contacts/app/src/main/kotlin/org/fossify/contacts/fragments/MyViewPagerFragment.kt
Line 143 in 13c1b51
the issue is sometimes the it.source is empty string and it filters for "Phone"