mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Removing unnecessary linear layout
Change-Id: I7fe423b9526805a2e84887e0437ebdc96203c263
This commit is contained in:
@@ -135,7 +135,7 @@ public class WidgetsContainerView extends BaseContainerView
|
||||
//
|
||||
|
||||
public View getContentView() {
|
||||
return findViewById(R.id.widgets_content);
|
||||
return mView;
|
||||
}
|
||||
|
||||
public View getRevealView() {
|
||||
|
||||
Reference in New Issue
Block a user