move the gesture rotating option at the Deep zoomable section

This commit is contained in:
tibbi
2019-02-21 10:59:19 +01:00
parent 1dd06fc09a
commit cf98323bd2
2 changed files with 25 additions and 24 deletions

View File

@ -410,6 +410,7 @@ class SettingsActivity : SimpleActivity() {
}
private fun updateDeepZoomToggleButtons() {
settings_allow_rotating_with_gestures_holder.beVisibleIf(config.allowZoomingImages)
settings_show_highest_quality_holder.beVisibleIf(config.allowZoomingImages)
settings_allow_one_to_one_zoom_holder.beVisibleIf(config.allowZoomingImages)
}