mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
better comments
This commit is contained in:
@ -67,7 +67,7 @@ class MaterialYouPatch : ResourcePatch {
|
||||
)
|
||||
|
||||
/*
|
||||
add settings
|
||||
* Add settings
|
||||
*/
|
||||
context.updatePatchStatusTheme("materialyou")
|
||||
|
||||
|
@ -40,8 +40,8 @@ class PiPNotificationPatch : BytecodePatch(
|
||||
}
|
||||
|
||||
/*
|
||||
add settings
|
||||
*/
|
||||
* Add settings
|
||||
*/
|
||||
SettingsPatch.updatePatchStatus("hide-pip-notification")
|
||||
|
||||
return PatchResultSuccess()
|
||||
|
@ -40,8 +40,8 @@ class TooltipContentViewBytecodePatch : BytecodePatch(
|
||||
) ?: return TooltipContentViewFingerprint.toErrorResult()
|
||||
|
||||
/*
|
||||
add settings
|
||||
*/
|
||||
* Add settings
|
||||
*/
|
||||
SettingsPatch.updatePatchStatus("hide-tooltip-content")
|
||||
|
||||
return PatchResultSuccess()
|
||||
|
Reference in New Issue
Block a user