Skip to content
Snippets Groups Projects
Commit bbacaca0 authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
Browse files

Update label

parent 6f8cbab4
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ Layout: $it
LayoutManager.getLayout(context, name)
} catch (e: Exception) {
BugViewerState.pushBug(BugInfo(
name = "Layout parser",
name = if(layoutName.startsWith("custom")) { "your custom layout" } else { "layout $layoutName" },
details =
"""
Layout $name could not be loaded.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment