mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-01-19 11:51:40 +01:00
removing some useles comments
This commit is contained in:
parent
b0890dd581
commit
e033dd284a
@ -35,7 +35,6 @@ class MessagesExporter(private val context: Context) {
|
||||
if (config.exportSms) {
|
||||
writer.name("sms")
|
||||
writer.beginArray()
|
||||
//write all sms
|
||||
messageReader.forEachSms(threadId) {
|
||||
writer.jsonValue(gson.toJson(it))
|
||||
written++
|
||||
@ -47,7 +46,6 @@ class MessagesExporter(private val context: Context) {
|
||||
if (config.exportMms) {
|
||||
writer.name("mms")
|
||||
writer.beginArray()
|
||||
//write all mms
|
||||
messageReader.forEachMms(threadId) {
|
||||
writer.jsonValue(gson.toJson(it))
|
||||
written++
|
||||
|
Loading…
Reference in New Issue
Block a user