ImportResult extracted to a separate class and MainActivity cleared

This commit is contained in:
merkost 2023-07-18 16:23:04 +10:00
parent 30b100b62f
commit 4d378e819c
4 changed files with 5 additions and 197 deletions

View file

@ -0,0 +1,5 @@
package com.simplemobiletools.smsmessenger.models
enum class ImportResult {
IMPORT_FAIL, IMPORT_OK, IMPORT_PARTIAL, IMPORT_NOTHING_NEW
}