fix unique constant
This commit is contained in:
parent
4ad9f1d428
commit
40b337dad5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class NSClientFragment : DaggerFragment() {
|
||||||
const val ID_MENU_CLEAR_LOG = 6
|
const val ID_MENU_CLEAR_LOG = 6
|
||||||
const val ID_MENU_RESTART = 7
|
const val ID_MENU_RESTART = 7
|
||||||
const val ID_MENU_SEND_NOW = 8
|
const val ID_MENU_SEND_NOW = 8
|
||||||
const val ID_MENU_FULL_SYNC = 8
|
const val ID_MENU_FULL_SYNC = 9
|
||||||
}
|
}
|
||||||
|
|
||||||
private val disposable = CompositeDisposable()
|
private val disposable = CompositeDisposable()
|
||||||
|
|
Loading…
Reference in a new issue