commit | 2d24c242424e80ffb0f1a7b0a7af5a6131b0246a | [log] [tgz] |
---|---|---|
author | Aaron Kling <webgeek1234@gmail.com> | Tue Aug 27 23:40:41 2024 -0500 |
committer | Jackeagle <jackeagle102@gmail.com> | Sat Mar 29 06:28:41 2025 -0400 |
tree | 2c4bfec0cebfa86e46f74c48196ba8a44916da37 | |
parent | 3d5ec587d55b840dddff5bad5c45f7320493c4c6 [diff] |
Launcher3: Fix TaskbarViewCallbacksFactory instantiation Overrides.getObject() calls the constructor with context if the overlay has a valid class, if empty it uses the constructor without args. Considering this class is part of quickstep, we should support both cases, since this is the fallback class anyway Based on 93f44a4 Change-Id: Ida3f5e056522871dc35ce48a5488ad28b6b0c2cc Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Jackeagle <jackeagle102@gmail.com>