Skip to content
Snippets Groups Projects
Commit ed4b3198 authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#7 Screen name debug info fix

parent dd6495db
No related branches found
No related tags found
No related merge requests found
......@@ -129,7 +129,7 @@ public class DebugInfo extends Table implements Disposable {
}
while (!screenNameInfoQueue.isEmpty()) {
screenNameInfo.setInfoValue(SCREEN_NAME, "" + screenNameInfoQueue.poll().getClass().getSimpleName());
screenNameInfo.setInfoValue(SCREEN_NAME, "" + screenNameInfoQueue.poll().getScreenClass().getSimpleName());
}
}
......
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