fix unique constant

This commit is contained in:
Milos Kozak 2022-05-27 11:11:45 +02:00
parent 4ad9f1d428
commit 40b337dad5

View file

@ -38,7 +38,7 @@ class NSClientFragment : DaggerFragment() {
const val ID_MENU_CLEAR_LOG = 6
const val ID_MENU_RESTART = 7
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()