Skip to content

Commit

Permalink
Fix exception while using stream api
Browse files Browse the repository at this point in the history
  • Loading branch information
vladholubiev committed Feb 9, 2015
1 parent 296bc1c commit a31de14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/ua/samosfator/moduleok/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class MainActivity extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
System.setProperty("java8.util.Spliterators.assume.oracle.collections.impl", "false");
Mint.initAndStartSession(MainActivity.this, "79d18253");
Mint.logEvent("start MainActivity", MintLogLevel.Info);

Expand Down

0 comments on commit a31de14

Please sign in to comment.