Skip to content

Commit

Permalink
progress dialog hiding
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZyLegenD committed Apr 4, 2019
1 parent 614dd14 commit 23935bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ abstract class BaseAbstractActivity : AppCompatActivity() {

private var progressDialog: AlertDialog? = null

fun dismissProgressDialog(){
progressDialog?.dismiss()
}

override fun onPause() {
super.onPause()
progressDialog?.dismiss()
Expand Down

0 comments on commit 23935bc

Please sign in to comment.