mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-04-30 06:34:29 +02:00
fix(core/cof_override): action menu v2
This commit is contained in:
parent
b6f4d91cac
commit
d71b996d2e
@ -31,7 +31,7 @@ class COFOverride : Feature("COF Override") {
|
||||
setBooleanResult(true)
|
||||
}
|
||||
|
||||
if (configId == "ANDROID_ACTION_MENU_V2" && result == true) {
|
||||
if ((configId == "ANDROID_ACTION_MENU_V2" || configId == "ANDROID_ACTION_MENU_ADJUST_MESSAGE_POSITION") && result == true) {
|
||||
hasActionMenuV2 = true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user