ImportResult extracted to a separate class and MainActivity cleared
This commit is contained in:
parent
30b100b62f
commit
4d378e819c
4 changed files with 5 additions and 197 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package com.simplemobiletools.smsmessenger.models
|
||||
|
||||
enum class ImportResult {
|
||||
IMPORT_FAIL, IMPORT_OK, IMPORT_PARTIAL, IMPORT_NOTHING_NEW
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue