[IL60] Make InputLogicHandler package private
Yay Bug: 8636060 Change-Id: Iad9c3804504635094e861999198f4baf70e61955
This commit is contained in:
parent
17bd129faf
commit
81255612bc
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