mirror of
https://github.com/yuliskov/SmartTube.git
synced 2026-02-13 10:11:01 -06:00
bump to 27.74
This commit is contained in:
Submodule MediaServiceCore updated: f183726acc...1efbd82913
@@ -97,6 +97,10 @@ public class ContentBlockController extends BasePlayerController {
|
||||
public void onVideoLoaded(Video item) {
|
||||
disposeActions();
|
||||
|
||||
if (getPlayer() == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
boolean enabled = getContentBlockData().isSponsorBlockEnabled() && checkVideo(item) && !isChannelExcluded(item.channelId);
|
||||
getPlayer().setButtonState(R.id.action_content_block, enabled ? PlayerUI.BUTTON_ON : PlayerUI.BUTTON_OFF);
|
||||
|
||||
|
||||
@@ -60,8 +60,8 @@ android {
|
||||
applicationId "com.liskovsoft.smarttubetv"
|
||||
minSdkVersion project.properties.minSdkVersion
|
||||
targetSdkVersion project.properties.targetSdkVersion
|
||||
versionCode 1963
|
||||
versionName "27.73"
|
||||
versionCode 1964
|
||||
versionName "27.74"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
buildConfigField "long", "TIMESTAMP", System.currentTimeMillis() + "L"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user