Extract export database logic into own class

- Separate it from the UI.
- Add happy path unit test.
This commit is contained in:
XiangRongLin 2020-12-01 20:12:42 +01:00
parent 111bf9e909
commit dc7f2bf894
6 changed files with 127 additions and 26 deletions

View file

@ -17,7 +17,7 @@
<suppress checks="EmptyBlock"
files="ContentSettingsFragment.java"
lines="244,245"/>
lines="227,245"/>
<!-- org.schabi.newpipe.streams -->
<suppress checks="LineLength"