Removing Launcher dependency from Folders

This allows opening/closing folders without a Launcher context

Bug: 187353581
Test: Manual
Change-Id: Id73a40445a23004eb554f0422d286aa0ff6b3c41
This commit is contained in:
Sunny Goyal
2021-05-06 12:11:44 -07:00
parent 7bce233fb4
commit 5996937798
16 changed files with 559 additions and 256 deletions

View File

@@ -132,6 +132,7 @@ public abstract class BaseActivity extends Activity implements ActivityContext {
private final ViewCache mViewCache = new ViewCache();
@Override
public ViewCache getViewCache() {
return mViewCache;
}