* ups... that kinda bug shouldn't happen...
This commit is contained in:
parent
f1997c9cc9
commit
69b9dc4693
|
@ -31,7 +31,7 @@ public class Analytics {
|
|||
|
||||
|
||||
public static void trackView(Class<?> view, String title) {
|
||||
trackView(view.getName().replace(',', '/'), title);
|
||||
trackView(view.getName().replace('.', '/'), title);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue