Browse Source

added progress dialog handling

PankajBranch
Hemant Khadase 2 years ago
parent
commit
b2e37aacc2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/src/main/java/com/nivesh/production/niveshfd/util/ProgressUtil.kt

+ 1
- 0
app/src/main/java/com/nivesh/production/niveshfd/util/ProgressUtil.kt View File

@ -19,6 +19,7 @@ object ProgressUtil{
fun showLoading(ctx: Context){
// instantiating the lateInit objects
hideLoading()
dialogBuilder= AlertDialog.Builder(ctx)
pDialog= ProgressBar(ctx)


Loading…
Cancel
Save

Powered by TurnKey Linux.