Browse Source

ProfileDownloadFragment: Disable all text input during download

Peter Cai 2 years ago
parent
commit
05485b2c5d

+ 2 - 0
app/src/main/java/im/angry/openeuicc/ui/ProfileDownloadFragment.kt

@@ -132,6 +132,8 @@ class ProfileDownloadFragment : DialogFragment(), EuiccFragmentMarker, Toolbar.O
 
 
         profileDownloadServer.editText!!.isEnabled = false
         profileDownloadServer.editText!!.isEnabled = false
         profileDownloadCode.editText!!.isEnabled = false
         profileDownloadCode.editText!!.isEnabled = false
+        profileDownloadConfirmationCode.editText!!.isEnabled = false
+        profileDownloadIMEI.editText!!.isEnabled = false
 
 
         progress.isIndeterminate = true
         progress.isIndeterminate = true
         progress.visibility = View.VISIBLE
         progress.visibility = View.VISIBLE