mirror of
https://github.com/FossifyOrg/Clock.git
synced 2026-01-19 05:07:55 -05:00
fixed code formatting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user