Skip to content

[BUG] App Manager Activity Resets Newly Selected Apps on Device Rotation #1344

Open
@bitmold

Description

@bitmold

I recently added a function in BaseActivity to make the rotation lock settings apply to all activities since only OrbotActivity respected that setting.

BaseActivity.kt:

protected fun lockActivityOrientation() {

However now in AppManagerActivity I call it anyway to force that app to lock itself until this bug is fixed.

When you open the App Manager Activity, then rotate, any checks that you added or removed to apps will be reset to their original state from when the Activity was first opened. This information should of course be preserved on rotation.

When this is fixed, we can make AppManagerActivity go back to supporting rotation

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions