..
This commit is contained in:
parent
a72b1778a9
commit
a9fdf9ac9f
@ -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"];
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user