mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Rename Personalization dictionary register functions
Bug: 9429906 Change-Id: Ibdce8db61ab6cc5922765e7ed8b7f2c718759de8
This commit is contained in:
parent
c8ac8da4e4
commit
0e6fcf2bf6
@ -25,4 +25,11 @@ public class PersonalizationDictionarySessionRegister {
|
||||
|
||||
public static void onConfigurationChanged(final Context context, final Configuration conf) {
|
||||
}
|
||||
|
||||
public static void onUpdateData(Context context, String type) {
|
||||
}
|
||||
|
||||
public static void onRemoveData(Context context, String type) {
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user