Skip to content

Commit

Permalink
Merge branch 'release/3.2' into feature/notifications-redesign
Browse files Browse the repository at this point in the history
Conflicts:
	WordPress/src/main/java/org/wordpress/android/ui/WPActionBarActivity.java
	WordPress/src/main/java/org/wordpress/android/ui/reader/ReaderPostPagerActivity.java
  • Loading branch information
roundhill committed Sep 9, 2014
2 parents fd177a4 + e3795fe commit fdf89f9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ public static int pxToDp(Context context, int px) {
return (int) ((px/displayMetrics.density)+0.5);
}

/**
* Deprecated method, returns true on some phones.
*/
@Deprecated
public static boolean isTablet(Context context) {
// http://stackoverflow.com/a/8427523/1673548
if (context == null)
Expand Down

0 comments on commit fdf89f9

Please sign in to comment.