Skip to content

Commit

Permalink
Fixes crash when exporting CSV to 3rd party applications
Browse files Browse the repository at this point in the history
Fixes #809
Closes #814
  • Loading branch information
codinguser committed Mar 1, 2019
1 parent 08a56cd commit f69a609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/xml/filepaths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<paths>
<cache-path name="ofx" path="OFX/" />
<cache-path name="qif" path="QIF/" />
<cache-path name="xml" path="XML/" />
<cache-path name="csv" path="CSV/" />
</paths>

0 comments on commit f69a609

Please sign in to comment.