refs #4815 ajustesSerial
This commit is contained in:
parent
6f94d7322f
commit
aaae380f07
|
@ -74,7 +74,7 @@ class AjustesFragment :
|
||||||
binding.androididText.text = getData(ANDROID_ID)
|
binding.androididText.text = getData(ANDROID_ID)
|
||||||
|
|
||||||
// Tarea 4815
|
// Tarea 4815
|
||||||
/*binding.serialNumber.text = mobileApplication.serialNumber*/
|
binding.serialNumber.text = mobileApplication.serialNumber
|
||||||
|
|
||||||
binding.txtserver.setText(getData(getString(R.string.baseurl)))
|
binding.txtserver.setText(getData(getString(R.string.baseurl)))
|
||||||
super.init()
|
super.init()
|
||||||
|
@ -242,10 +242,7 @@ class AjustesFragment :
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
workerupdatePrinter.observe(viewLifecycleOwner) {
|
|
||||||
binding.splashProgress.visibility = View.GONE
|
|
||||||
|
|
||||||
}
|
|
||||||
isLoadingProgress.observe(viewLifecycleOwner) {
|
isLoadingProgress.observe(viewLifecycleOwner) {
|
||||||
binding.splashProgress.visibility = it
|
binding.splashProgress.visibility = it
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue