..
This commit is contained in:
parent
a72b1778a9
commit
a9fdf9ac9f
@ -53,7 +53,7 @@ function afterDay(date, before) {
|
||||
const port = browser.runtime.connectNative("browser");
|
||||
port.onMessage.addListener(response => {
|
||||
var type= response["type"];
|
||||
|
||||
|
||||
switch (type) {
|
||||
case "fetchAllImages": {
|
||||
const targetSrc = response["targetSrc"];
|
||||
|
||||
@ -414,7 +414,7 @@ open class LauncherActivity : CommonActivity() {
|
||||
val nlService = Intent(this, NLService::class.java)
|
||||
this.startService(nlService)
|
||||
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
|
||||
// getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
|
||||
DynamicColors.applyToActivityIfAvailable(this)
|
||||
binding = LauncherActivityBinding.inflate(layoutInflater)
|
||||
setContentView(binding.root)
|
||||
|
||||
@ -448,7 +448,7 @@ open class NeoRssActivity : CommonActivity() {
|
||||
window.navigationBarColor = Color.TRANSPARENT
|
||||
|
||||
|
||||
getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
|
||||
// getWindow().addFlags(WindowManager.LayoutParams.FLAG_SECURE);
|
||||
lActivity = this
|
||||
DynamicColors.applyToActivityIfAvailable(this)
|
||||
binding = RssActivityBinding.inflate(layoutInflater)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user