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:
Sunny Goyal
2019-10-17 12:05:38 -07:00
parent 221823c337
commit 210e174c9c
23 changed files with 683 additions and 641 deletions

View File

@@ -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