Small Break Bug
Break Activtiy stays now, while leaving the app
This commit is contained in:
parent
09b9e06fa7
commit
bf72ea6675
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ public class BreakActivity extends AppCompatActivity implements View.OnClickList
|
|||
@Override
|
||||
protected void onPause() {
|
||||
super.onPause();
|
||||
ct.cancel();
|
||||
//ct.cancel();
|
||||
if (ad != null)
|
||||
ad.cancel();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue