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