Small behavior improvement

This commit is contained in:
M66B 2022-05-01 13:15:15 +02:00
parent a485290956
commit de8deec284
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
@Override
public Boolean call() {
CoalMine.check();
return true;
return BuildConfig.DEBUG;
}
}).setExternal(true));