Skip to content
Snippets Groups Projects
Commit 81255612 authored by Jean Chalard's avatar Jean Chalard
Browse files

[IL60] Make InputLogicHandler package private

Yay

Bug: 8636060
Change-Id: Iad9c3804504635094e861999198f4baf70e61955
parent 17bd129f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment