ktLint fix
This commit is contained in:
parent
90f35ed009
commit
b9a593d6b0
1 changed files with 2 additions and 1 deletions
|
|
@ -158,8 +158,9 @@ class ViewMediaActivity : BaseActivity(), HasAndroidInjector, ViewImageFragment.
|
|||
})
|
||||
|
||||
// Prevent this activity from dimming or sleeping the screen if it is playing video or audio
|
||||
if (attachments!![binding.viewPager.currentItem].attachment.type != Attachment.Type.IMAGE)
|
||||
if (attachments!![binding.viewPager.currentItem].attachment.type != Attachment.Type.IMAGE) {
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON)
|
||||
}
|
||||
}
|
||||
|
||||
override fun onCreateOptionsMenu(menu: Menu): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue