fixed code formatting

This commit is contained in:
ronniedroid
2024-04-29 11:22:55 +03:00
parent f66488ed2a
commit 8c08994bba

View File

@@ -240,7 +240,6 @@ class SettingsActivity : SimpleActivity() {
putExtra(Intent.EXTRA_TITLE, file.name)
addCategory(Intent.CATEGORY_OPENABLE)
try {
exportActivityResultLauncher.launch(file.name)
} catch (e: ActivityNotFoundException) {
@@ -248,8 +247,6 @@ class SettingsActivity : SimpleActivity() {
} catch (e: Exception) {
showErrorToast(e)
}
}
}
} else {