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

Commit a13349e1 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

Merge remote-tracking branch 'origin/lineage-18.1' into v1-r

parents c9f80066 5d4222ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ public class TtsEngines {
     * specific preference in the list.
     */
    private static String parseEnginePrefFromList(String prefValue, String engineName) {
        if (TextUtils.isEmpty(prefValue)) {
        if (TextUtils.isEmpty(prefValue) || TextUtils.isEmpty(engineName)) {
            return null;
        }