mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
fixing a constant value
This commit is contained in:
@ -43,7 +43,7 @@ import java.io.FileOutputStream
|
||||
class MainActivity : SimpleActivity(), RefreshContactsListener {
|
||||
// just some random constants
|
||||
private val GET_ACCOUNTS_PERMISSION = 34
|
||||
private val WRITE_CALL_LOG_PERMISSION = 34
|
||||
private val WRITE_CALL_LOG_PERMISSION = 35
|
||||
|
||||
private var isSearchOpen = false
|
||||
private var searchMenuItem: MenuItem? = null
|
||||
|
Reference in New Issue
Block a user