diff android/dw.cpp @ 2775:5f77f52df8ac

Android: Work in progress changes to get the tree working.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 26 May 2022 16:18:33 +0000
parents 94af460bb954
children 858155527b05
line wrap: on
line diff
--- a/android/dw.cpp	Tue May 24 09:42:35 2022 +0000
+++ b/android/dw.cpp	Thu May 26 16:18:33 2022 +0000
@@ -3292,7 +3292,7 @@
         jclass clazz = _dw_find_class(env, DW_CLASS_NAME);
         // Get the method that you want to call
         jmethodID treeNew = env->GetMethodID(clazz, "treeNew",
-                                             "(I)Landroidx/recyclerview/widget/RecyclerView;");
+                                             "(I)Lorg/dbsoft/dwindows/DWTree;");
         // Call the method on the object
         jobject result = _dw_jni_check_result(env, env->CallObjectMethod(_dw_obj, treeNew, (int)cid), _DW_REFERENCE_WEAK);
         return result;