Skip to content

Commit

Permalink
Final updates for version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groboclown committed Feb 16, 2015
1 parent bce8b63 commit 81f482a
Showing 1 changed file with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,13 @@ public static CompatManager getInstance() {


public static boolean isSupported() {
// FIXME debugging
return false;

//try {
// // always non-null
// getInstance();
// return true;
//} catch (Exception e) {
// return false;
//}
try {
// always non-null
getInstance();
return true;
} catch (Exception e) {
return false;
}
}


Expand Down

0 comments on commit 81f482a

Please sign in to comment.