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:
Schneider Victor-tulias
2022-11-15 12:12:17 -08:00
parent 1d253ac8e0
commit 912a53e677
3 changed files with 5 additions and 2 deletions

View File

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