This commit is contained in:
lunaticbum 2026-03-13 10:41:36 +09:00
parent a72b1778a9
commit a9fdf9ac9f
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ function afterDay(date, before) {
const port = browser.runtime.connectNative("browser"); const port = browser.runtime.connectNative("browser");
port.onMessage.addListener(response => { port.onMessage.addListener(response => {
var type= response["type"]; var type= response["type"];
switch (type) { switch (type) {
case "fetchAllImages": { case "fetchAllImages": {
const targetSrc = response["targetSrc"]; const targetSrc = response["targetSrc"];

View File

@ -414,7 +414,7 @@ open class LauncherActivity : CommonActivity() {
val nlService = Intent(this, NLService::class.java) val nlService = Intent(this, NLService::class.java)
this.startService(nlService) this.startService(nlService)
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); // getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
DynamicColors.applyToActivityIfAvailable(this) DynamicColors.applyToActivityIfAvailable(this)
binding = LauncherActivityBinding.inflate(layoutInflater) binding = LauncherActivityBinding.inflate(layoutInflater)
setContentView(binding.root) setContentView(binding.root)

View File

@ -448,7 +448,7 @@ open class NeoRssActivity : CommonActivity() {
window.navigationBarColor = Color.TRANSPARENT window.navigationBarColor = Color.TRANSPARENT
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE); // getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
lActivity = this lActivity = this
DynamicColors.applyToActivityIfAvailable(this) DynamicColors.applyToActivityIfAvailable(this)
binding = RssActivityBinding.inflate(layoutInflater) binding = RssActivityBinding.inflate(layoutInflater)