remove unnecessary caps
This commit is contained in:
parent
9d38b4ca4a
commit
f0368a845c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ class AddNewDeviceBottomSheet : BaseDialogFragment() {
|
|||
|
||||
companion object {
|
||||
const val NEW_DEVICE_REQUEST_CODE = 5
|
||||
const val DEVICE_JSON = "DEVICE_JSON"
|
||||
const val DEVICE_JSON = "device_json"
|
||||
const val MAX_DEVICE_NAME_LENGTH = 200
|
||||
|
||||
private const val TAG = "AddNewDeviceBottomSheet"
|
||||
|
|
Loading…
Reference in a new issue