junkfood
junkfood
In fact this is a good idea because we can make this notification localized by this way
This feature has been requested a few times. The difficulty here is that we are using a very new UI framework to build this application, while "system sharing" uses an...
Implement a workaround in v1.3.5
Not very related with this app. Android will scan the files regularly into their media library which can be accessed by the other apps. The renaming operation just triggered a...
Install [this build](https://github.com/JunkFood02/Seal/actions/runs/3095850230), thumbnails downloaded in general mode should be scanned to the media library now
Seal only has the access to the files in the general mode, so there'll be no ways to provide any other features for files downloaded in custom command mode
这个 MIUI + Compose 的问题似乎甚至可以在其他应用中复现,只要是使用了 `NavHost` 就会出现「不进行滑动,界面元素就不会进行第一次重组」的情况
MIUI 13.0.4 (API 31) 虽然我并没有在我自己编译的包或者 release 中的 apk 中复现此问题,但在注释掉 HomeEntry.kt 内 `rememberSystemUiController` 中设置透明度的三行代码后,运行自行编译的 debug 包可复现该问题,猜测是这三行代码刷新了因 bug 而没有重组的界面。 @LuXts 可以确认一下发生 bug 时的状态栏颜色吗?如果状态栏不为透明而是 Material Design 的默认紫,则可以定位问题出现在此。
> @JunkFood02 Bug 发生的时候状态栏是白色的,推测为透明状态。 > >  🤔 有点奇怪,但无论如何这个 bug 都像是 MIUI 自身和 Compose 没有适配好的问题
单独设置深色模式应该是 MIUI 魔改的 [Force Dark](https://developer.android.com/guide/topics/ui/look-and-feel/darktheme#force_dark),我这里是在“更多深色模式设置”可以调节,可以在应用主题 xml 里禁用这个表现(应该