Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03c70bb3 authored by Jerome Gaillard's avatar Jerome Gaillard
Browse files

Fix wrong string in LayoutlibLoader.cpp

Test: layoutlib tests
Change-Id: Idacaffde4dda2e6e6aae394965815768ebff54f9
parent c2d58bab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void*) {
        return JNI_ERR;
    }

    if (!systemProperties["register_properties_during_load"].empty()) {
    if (!systemProperties["icu.data.path"].empty()) {
        // Set the location of ICU data
        bool icuInitialized = init_icu(systemProperties["icu.data.path"].c_str());
        if (!icuInitialized) {