mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 18:06:48 +00:00
Subclassing Launcher instead of using UiFactory
Allows us to override only the required methods, instead of providing a proxy method for everything Change-Id: I816dcdb2a8d5432496050118ded0f2bbe7122cf7
This commit is contained in:
@@ -23,7 +23,6 @@ import android.os.Handler;
|
||||
import android.os.IBinder;
|
||||
import android.os.Message;
|
||||
import android.view.inputmethod.InputMethodManager;
|
||||
import com.android.launcher3.uioverrides.UiFactory;
|
||||
|
||||
/**
|
||||
* Utility class for offloading some class from UI thread
|
||||
|
||||
Reference in New Issue
Block a user