mirror of
https://github.com/Michatec/michas-droid.git
synced 2026-05-30 18:02:43 +02:00
Fix toolbar menu divider on Huawei EMUI
This commit is contained in:
@@ -138,7 +138,7 @@ class TabsFragment: ScreenFragment() {
|
||||
})
|
||||
|
||||
toolbar.menu.apply {
|
||||
if (Android.sdk(28)) {
|
||||
if (Android.sdk(28) && !Android.Device.isHuaweiEmui) {
|
||||
setGroupDividerEnabled(true)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user