mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 18:28:20 +00:00
Merge "Fix launcher holds a surfaceController" into main
This commit is contained in:
@@ -301,6 +301,10 @@ public class TouchInteractionService extends Service {
|
||||
@Override
|
||||
public void onNavigationBarSurface(SurfaceControl surface) {
|
||||
// TODO: implement
|
||||
if (surface != null) {
|
||||
surface.release();
|
||||
surface = null;
|
||||
}
|
||||
}
|
||||
|
||||
@BinderThread
|
||||
|
||||
Reference in New Issue
Block a user