mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Fix null-pointer exception in all set activity first reveal animation
Fixes: 259296310 Test: started all set activity and started the first reveal animation Change-Id: I371f62be81e7f28ce5ecee150abb5d294bb2264d
This commit is contained in:
@@ -422,6 +422,7 @@ public class TaskbarView extends FrameLayout implements FolderIcon.FolderIconPar
|
||||
/**
|
||||
* Returns the all apps button in the taskbar.
|
||||
*/
|
||||
@Nullable
|
||||
public View getAllAppsButtonView() {
|
||||
return mAllAppsButton;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user