split handle_cache out of util.c

This commit is contained in:
Julian Winkler
2025-07-08 23:19:17 +02:00
parent 4ec150c802
commit 0064677755
6 changed files with 292 additions and 286 deletions

View File

@@ -456,6 +456,7 @@ static void open(GtkApplication *app, GFile **files, gint nfiles, const gchar *h
// some apps need the apk path since they directly read their apk
apk_path = strdup(apk_classpath);
(*env)->GetJavaVM(env, &jvm);
set_up_handle_cache(env);
/* -- misc -- */