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

Commit 273e5d60 authored by Ken Wakasa's avatar Ken Wakasa
Browse files

Use the new settings activity class name

Follow up to I96230f05

Change-Id: I0ee7ccb5461764490ae9c977658883b10fe3ed3d
parent f60d09ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2033,7 +2033,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
    }
    }


    protected void launchSettings() {
    protected void launchSettings() {
        launchSettings(Settings.class);
        launchSettings(SettingsActivity.class);
    }
    }


    public void launchDebugSettings() {
    public void launchDebugSettings() {