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

Commit f265392f authored by Christopher Tate's avatar Christopher Tate
Browse files

Don't kill the IME after a restore

parent e3803800
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@
    <uses-permission android:name="android.permission.BACKUP_DATA" />

    <application android:label="@string/english_ime_name"
            android:backupAgent="LatinIMEBackupAgent">
            android:backupAgent="LatinIMEBackupAgent"
            android:killAfterRestore="false">

        <service android:name="LatinIME"
                android:label="@string/english_ime_name"