mirror of
				https://github.com/SimpleMobileTools/Simple-Gallery.git
				synced 2025-06-05 21:59:19 +02:00 
			
		
		
		
	fix glitchy fullscreen toggling at PhotoVideo activity
This commit is contained in:
		| @@ -9,11 +9,13 @@ import android.os.Bundle | ||||
| import android.view.Menu | ||||
| import android.view.MenuItem | ||||
| import android.view.View | ||||
| import android.view.WindowManager | ||||
| import com.simplemobiletools.commons.dialogs.PropertiesDialog | ||||
| import com.simplemobiletools.commons.extensions.* | ||||
| import com.simplemobiletools.commons.helpers.IS_FROM_GALLERY | ||||
| import com.simplemobiletools.commons.helpers.PERMISSION_WRITE_STORAGE | ||||
| import com.simplemobiletools.commons.helpers.REAL_FILE_PATH | ||||
| import com.simplemobiletools.commons.helpers.isPiePlus | ||||
| import com.simplemobiletools.gallery.R | ||||
| import com.simplemobiletools.gallery.extensions.* | ||||
| import com.simplemobiletools.gallery.fragments.PhotoFragment | ||||
| @@ -83,6 +85,11 @@ open class PhotoVideoActivity : SimpleActivity(), ViewPagerFragment.FragmentList | ||||
|             } | ||||
|         } | ||||
|  | ||||
|         if (isPiePlus()) { | ||||
|             window.attributes.layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_SHORT_EDGES | ||||
|             window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS) | ||||
|         } | ||||
|  | ||||
|         showSystemUI(true) | ||||
|         val bundle = Bundle() | ||||
|         val file = File(mUri.toString()) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user