Skip to content

Archive option is not visible on some devices #131

@naveensingh

Description

@naveensingh

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

  1. "Archived are supported by other apps such as Handcent or QKSMS." - The User.

  2. The Archive option is hidden when the column doesn't exist:

    } 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

No one assigned

    Labels

    bugSomething is not workingdevice/software specificIssues concerning devices with some specific hardware/software

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions