fix build for now

This commit is contained in:
sonora 2015-01-06 02:21:40 +01:00
parent 8a37d68ee6
commit bdbfd8cdc6

View file

@ -185,7 +185,8 @@ public class DashFavoritesFragment extends DashBaseFragment {
//Hardy: getRotation() is the correction if device's screen orientation != the default display's standard orientation
//TODO: getOrientation() needs to be used for API<8, deprecated after that
int screenOrientation = ((WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay().getRotation();
//int screenOrientation = ((WindowManager) getContext().getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay().getRotation();
int screenOrientation = 0;
switch (screenOrientation)
{
case ORIENTATION_0: // Portrait