mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 16:26:47 +00:00
Fixing widget sheet not scrolled using external mouse
> Fixing crash when some properties are not initialized if draw is not called > Adding robolectic support for UI testing > Adding robo tests to verify workspace, all-apps, widgets and folder scrolling Bug: 147312357 Change-Id: Id7756e07f06396359e441cdff2e4f992bdcb97bb
This commit is contained in:
@@ -45,8 +45,6 @@ import android.util.LongSparseArray;
|
||||
import android.util.MutableInt;
|
||||
import android.util.TimingLogger;
|
||||
|
||||
import androidx.annotation.VisibleForTesting;
|
||||
|
||||
import com.android.launcher3.AppInfo;
|
||||
import com.android.launcher3.FolderInfo;
|
||||
import com.android.launcher3.InstallShortcutReceiver;
|
||||
@@ -282,8 +280,7 @@ public class LoaderTask implements Runnable {
|
||||
this.notify();
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
void loadWorkspace(List<ShortcutInfo> allDeepShortcuts) {
|
||||
private void loadWorkspace(List<ShortcutInfo> allDeepShortcuts) {
|
||||
loadWorkspace(allDeepShortcuts, LauncherSettings.Favorites.CONTENT_URI);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user