Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 028bb8ee authored by Nebojsa Cvetkovic's avatar Nebojsa Cvetkovic
Browse files

Workspace: Small cleanup

Change-Id: I9fed548754c96d9a81f3aac142edf1cdd8a1b4f5
parent a24c820a
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -177,8 +177,6 @@ public class Workspace extends PagedView
    boolean mIsDragOccuring = false;
    boolean mChildrenLayersEnabled = true;

    private boolean mIsLandscape;

    /** Is the user is dragging an item near the edge of a page? */
    private boolean mInScrollArea = false;

@@ -305,7 +303,6 @@ public class Workspace extends PagedView
    private boolean mStretchScreens;
    private boolean mShowSearchBar;
    private boolean mShowHotseat;
    private boolean mResizeAnyWidget;
    private boolean mHideIconLabels;
    private boolean mHideDockIconLabels;
    private boolean mScrollWallpaper;
@@ -4016,8 +4013,6 @@ public class Workspace extends PagedView
        // needed
        updateChildrenLayersEnabled(false);
        setupWallpaper();

        mIsLandscape = LauncherApplication.isScreenLandscape(mLauncher);
    }

    void setupWallpaper() {