Open
Description
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