Remove confirm exit option

Redundant with predictive back, but also just sort of pointless since it doesn't help
with any sort of app state retention.
This commit is contained in:
arkon
2023-05-31 18:51:01 -04:00
parent 0ac38297f4
commit 8f4bc71cf7
5 changed files with 7 additions and 43 deletions

View File

@ -329,7 +329,7 @@ object ImageUtil {
"$partCount parts @ ${optimalSplitHeight}px height per part"
}
return mutableListOf<SplitData>().apply {
return buildList {
val range = 0 until partCount
for (index in range) {
// Only continue if the list is empty or there is image remaining