spacecowboy / NotePad

Now under new management
GNU General Public License v3.0
382 stars 158 forks source link

fix for #336 #377

Closed ggao2014 closed 7 years ago

ggao2014 commented 7 years ago

this is a fix for issue#336, it opens alllist after deleting a list

ggao2014 commented 7 years ago

it only adds three lines of code to NotePad/app/src/main/java/com/nononsenseapps/notepad/ui/common/DialogDeleteList.java

spacecowboy commented 7 years ago

Great! Thanks for the PR. Those 3 lines look fine but there are a lot of other changes (mainly info-prints by the looks of it). Any chance you could isolate the change to the three lines in question?

ggao2014 commented 7 years ago

I've made a new branch that isolates the change to the three lines.

spacecowboy commented 7 years ago

replaced by #378