Skip to content

Commit

Permalink
Nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aiman-al-masoud committed Aug 3, 2021
1 parent 5ddf4d6 commit 4cfb7c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ private Page newPage(String name) {
addPage(page);
}

Log.d("CREATED_PAGE", "CREATED PAGE: "+page.getName()+" "+page.exists());

try {
listener.onCreated(page);
}catch (NullPointerException e){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ public void create() {
} catch (IOException e) {
e.printStackTrace();
}

Log.d("CREATED_PAGE", "CREATED PAGE: "+getName()+" "+textFile.exists()+" "+imageDir.exists());

}


Expand Down

0 comments on commit 4cfb7c1

Please sign in to comment.