mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 12:02:33 +01:00
Show error classname if message does not exist
This commit is contained in:
parent
520b1b98f5
commit
f30e67588c
@ -362,7 +362,7 @@ internal enum class FabStates(
|
||||
?: return
|
||||
activity.materialDialog {
|
||||
title(R.string.kau_error)
|
||||
message(text = err.message)
|
||||
message(text = err.message ?: err.javaClass.name)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user