Skip to content

Commit

Permalink
Fix init bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bpellin committed Jan 21, 2017
1 parent 5d0b4b0 commit a278ad9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,10 @@ public class ClipDataCompat {

getClipDataFromIntent = Intent.class.getMethod("getClipData", (Class[])null);

initSucceded = true;
} catch (Exception e) {
initSucceded = false;
}

initSucceded = true;
}

public static Uri getUriFromIntent(Intent i, String key) {
Expand Down

0 comments on commit a278ad9

Please sign in to comment.