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

Commit 7cc400ee authored by Steve Kondik's avatar Steve Kondik
Browse files

settings: Load the default IME in the provider.

parent b845568c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1043,6 +1043,9 @@ public class DatabaseHelper extends SQLiteOpenHelper {
            loadSetting(stmt, Settings.Secure.DEFAULT_INSTALL_LOCATION,
                    PackageHelper.APP_INSTALL_AUTO);
    
            loadSetting(stmt, Settings.Secure.DEFAULT_INPUT_METHOD,
                    R.string.default_input_method);
            
            loadUISoundEffectsSettings(stmt);
    
            loadBooleanSetting(stmt, Settings.System.VIBRATE_IN_SILENT,