INNER CODE UNIT · Kotlin
onCreate
FossifyOrg/Gallery · app/src/main/kotlin/org/fossify/gallery/activities/EditActivity.kt:131
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(binding.root)
isCropIntent = intent.extras?.get(CROP) == "true"
setupEdgeToEdge(
padBottomSystem = listOf(
if (isCropIntent) {
binding.bottomEditorCropRotateActions.root
} else {
binding.bottomEditorPrimaryActions.root
}
)
)
if (checkAppSideloading()) {
return
}