Use the new settings activity class name
Follow up to I96230f05 Change-Id: I0ee7ccb5461764490ae9c977658883b10fe3ed3dmain
parent
f60d09ac30
commit
273e5d60f4
|
@ -2033,7 +2033,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
|
|||
}
|
||||
|
||||
protected void launchSettings() {
|
||||
launchSettings(Settings.class);
|
||||
launchSettings(SettingsActivity.class);
|
||||
}
|
||||
|
||||
public void launchDebugSettings() {
|
||||
|
|
Loading…
Reference in New Issue