Small Break Bug

Break Activtiy stays now, while leaving the app
This commit is contained in:
Jannik 2016-09-09 12:24:39 +02:00
commit bf72ea6675

View file

@ -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();
}