We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3661f0e commit 12f89fbCopy full SHA for 12f89fb
app/src/main/java/com/aaxena/takenotes/Landing.java
@@ -325,8 +325,6 @@ private void checkPerms() {
325
}
326
327
328
-
329
330
public String createAndSaveFileFromBase64Url(String url) {
331
File path = Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOCUMENTS+"/TakeNotes");
332
String filetype = url.substring(url.indexOf("/") + 1, url.indexOf(";"));
@@ -551,5 +549,4 @@ protected void onPostExecute(File file) {
551
549
finish();
552
550
553
554
555
0 commit comments