Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
BaselHorany authored Jan 14, 2018
1 parent c5cd6b5 commit 90b5dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void onClick(View view) {

@Override
protected void onPause() {
// mProgressStatusBar.remove();
mProgressStatusBar.remove();
super.onPause();
}
}

0 comments on commit 90b5dbe

Please sign in to comment.