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

Commit d814b1d7 authored by Jerome Gaillard's avatar Jerome Gaillard Committed by Android (Google) Code Review
Browse files

Merge "Fix wrong string in LayoutlibLoader.cpp" into main

parents 0a134828 03c70bb3
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) {