mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-05 01:47:24 +00:00
Removed unnecessary printing of an error
This commit is contained in:
parent
f0f4a17948
commit
15c66d8c5e
1 changed files with 0 additions and 1 deletions
|
|
@ -124,7 +124,6 @@ class SettingsActivity : AppCompatActivity() {
|
||||||
}
|
}
|
||||||
Toast.makeText(this, "Backup successful :)", Toast.LENGTH_SHORT).show()
|
Toast.makeText(this, "Backup successful :)", Toast.LENGTH_SHORT).show()
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
e.printStackTrace()
|
|
||||||
Toast.makeText(this, "Backup failed :(", Toast.LENGTH_SHORT).show()
|
Toast.makeText(this, "Backup failed :(", Toast.LENGTH_SHORT).show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue