mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-31 16:04:54 +01:00
fixing a constant value
This commit is contained in:
parent
930d6cb149
commit
e2807bf85b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user