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

Commit 1d5ec613 authored by Mohammadinamul Sheik's avatar Mohammadinamul Sheik
Browse files

Use DECODER_DICT_SUFFIX on fallback to the default main dict resource.

Change-Id: Icec45c364732c0aa9ac713846cad23439b9e42b5
parent bae3c4ba
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -297,7 +297,8 @@ public class DictionaryInfoUtils {
        if (0 != resourceId) {
            return resourceId;
        }
        return res.getIdentifier(DEFAULT_MAIN_DICT, "raw", RESOURCE_PACKAGE_NAME);
        return res.getIdentifier(DEFAULT_MAIN_DICT + DecoderSpecificConstants.DECODER_DICT_SUFFIX,
                "raw", RESOURCE_PACKAGE_NAME);
    }

    /**