Merge "[IL60] Make InputLogicHandler package private"
This commit is contained in:
commit
e4f584de73
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue