Merge "Defining various modes for CellLayout: Workspace, Hotseat & Folder" into ub-launcher3-master
This commit is contained in:
@@ -2808,6 +2808,7 @@ public class Launcher extends Activity
|
||||
}
|
||||
|
||||
boolean isHotseatLayout(View layout) {
|
||||
// TODO: Remove this method
|
||||
return mHotseat != null && layout != null &&
|
||||
(layout instanceof CellLayout) && (layout == mHotseat.getLayout());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user