fix crash on uploaded

This commit is contained in:
Kr328
2020-04-23 19:15:46 +08:00
parent e6495f5e1f
commit c95993a629

View File

@@ -109,7 +109,9 @@ class SupportActivity : BaseActivity() {
.attachmentWithText(LogcatDumper.dumpAll(), "logcat.txt")
Crashes.trackError(UserRequestTrackException(), null, listOf(attachment))
}
withContext(Dispatchers.Main) {
Snackbar.make(rootView, R.string.uploaded, Snackbar.LENGTH_LONG).show()
}
}