Skip to content

Commit

Permalink
magic info removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ph4r05 committed Jan 8, 2016
1 parent ad3de36 commit a45c3eb
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,14 +159,7 @@ private void restoreMissingKeygens() {
}
if (foundMissingKeygen) {
//If any is missing, simply replace them all.
ZipInputStream zipInputStream = new ZipInputStream(
getActivity().getResources().openRawResource(R.raw.magic_info));
wifiNetwork.setKeygens(zipInputStream);
try {
zipInputStream.close();
} catch (IOException e) {
e.printStackTrace();
}
wifiNetwork.setKeygens(null);
}
}

Expand Down

0 comments on commit a45c3eb

Please sign in to comment.