mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
[IL60] Make InputLogicHandler package private
Yay Bug: 8636060 Change-Id: Iad9c3804504635094e861999198f4baf70e61955
This commit is contained in:
parent
17bd129faf
commit
81255612bc
@ -29,8 +29,7 @@ import com.android.inputmethod.latin.Suggest.OnGetSuggestedWordsCallback;
|
||||
/**
|
||||
* A helper to manage deferred tasks for the input logic.
|
||||
*/
|
||||
// TODO: Make this package private
|
||||
public class InputLogicHandler implements Handler.Callback {
|
||||
class InputLogicHandler implements Handler.Callback {
|
||||
final Handler mNonUIThreadHandler;
|
||||
// TODO: remove this reference.
|
||||
final LatinIME mLatinIME;
|
||||
|
Loading…
Reference in New Issue
Block a user