kuro roli

Results 5 issues of kuro roli

`$dom->cssQuery('#lu_map', $node)->item(0)` may get null. Check existences before access parent node.

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.grafixartist.noteapp.NotesAdapter.SetOnItemClickListener(com.grafixartist.noteapp.NotesAdapter$OnItemClickListener)' on a null object reference at com.grafixartist.noteapp.MainActivity.onCreate(MainActivity.java:138) at android.app.Activity.performCreate(Activity.java:6033)

Assets shouldn't depend on theme.themeDir, it should depend on the theme.assetUrl config. It will give us a chance to put theme into resources directory instead of public directory. consider following...