Removed unnecessary printing of an error

This commit is contained in:
ottoptj 2024-09-09 10:43:04 +03:00
commit 15c66d8c5e

View file

@ -124,7 +124,6 @@ class SettingsActivity : AppCompatActivity() {
}
Toast.makeText(this, "Backup successful :)", Toast.LENGTH_SHORT).show()
} catch (e: Exception) {
e.printStackTrace()
Toast.makeText(this, "Backup failed :(", Toast.LENGTH_SHORT).show()
}
}