commit | 5996937798bf745a83cd608d31fcea171fb360a2 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu May 06 12:11:44 2021 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon May 10 14:01:43 2021 -0700 |
tree | d2e47251f9faab02dc15b24cdc86f8baf6e4bb34 | |
parent | 7bce233fb4df99edb23cd639ce26a5f60ad5b06b [diff] [blame] |
Removing Launcher dependency from Folders This allows opening/closing folders without a Launcher context Bug: 187353581 Test: Manual Change-Id: Id73a40445a23004eb554f0422d286aa0ff6b3c41
diff --git a/src/com/android/launcher3/BaseActivity.java b/src/com/android/launcher3/BaseActivity.java index f64ce5c..9778b61 100644 --- a/src/com/android/launcher3/BaseActivity.java +++ b/src/com/android/launcher3/BaseActivity.java
@@ -132,6 +132,7 @@ private final ViewCache mViewCache = new ViewCache(); + @Override public ViewCache getViewCache() { return mViewCache; }