-
-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Labels
bugSomething is not workingSomething is not workingdevice/software specificIssues concerning devices with some specific hardware/softwareIssues concerning devices with some specific hardware/software
Description
Checklist
- I can reproduce the bug with the latest version given here.
- I made sure that there are no existing issues - open or closed - to which I could contribute my information.
- I made sure that there are no existing discussions - open or closed - to which I could contribute my information.
- I have read the FAQs inside the app (Menu -> About -> FAQs) and my problem isn't listed.
- I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise.
- This issue contains only one bug.
- I have read and understood the contribution guidelines.
Affected app version
1.0.1
Affected Android/Custom ROM version
Android 10
Affected device model
Huawei P30 Pro
How did you install the app?
None
Steps to reproduce the bug
- Long press any conversation
- The Archive option isn't there.
Expected behavior
The archive option should show up.
Actual behavior
The archive option doesn't show up.
Screenshots/Screen recordings
No response
Additional information
-
"Archived are supported by other apps such as Handcent or QKSMS." - The User.
-
The Archive option is hidden when the column doesn't exist:
Messages/app/src/main/kotlin/org/fossify/messages/extensions/Context.kt
Lines 322 to 328 in 0d4ce78
} catch (sqliteException: SQLiteException) { if (sqliteException.message?.contains("no such column: archived") == true && archiveAvailable) { config.isArchiveAvailable = false return getConversations(threadId, privateContacts) } else { showErrorToast(sqliteException) }
Metadata
Metadata
Assignees
Labels
bugSomething is not workingSomething is not workingdevice/software specificIssues concerning devices with some specific hardware/softwareIssues concerning devices with some specific hardware/software