mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-13 10:11:01 -06:00
bump to 27.77
This commit is contained in:
@@ -269,6 +269,10 @@ public class VideoLoaderController extends BasePlayerController implements OnDat
|
||||
}
|
||||
|
||||
private void checkSleepTimer() {
|
||||
if (getPlayer() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (getPlayerData().isSonyTimerFixEnabled() && System.currentTimeMillis() - mSleepTimerStartMs > 60 * 60 * 1_000) {
|
||||
getPlayer().setPlayWhenReady(false);
|
||||
getPlayer().setTitle(getContext().getString(R.string.sleep_timer));
|
||||
|
||||
@@ -60,8 +60,8 @@ android {
|
||||
applicationId "com.liskovsoft.smarttubetv"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 1966
|
||||
versionName "27.76"
|
||||
versionCode 1967
|
||||
versionName "27.77"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user