mirror of
https://github.com/Evolution-X-Devices/device_motorola_sm8550-common
synced 2026-01-27 15:09:37 +00:00
sm8550-common: fix reverse application of IMS patch
Change-Id: I9109091c396e2e41a309e8189b9450ab6f759501
This commit is contained in:
committed by
Marc Bourgoin
parent
5af660cd9f
commit
3776eee064
@@ -0,0 +1,26 @@
|
||||
From b3a62f1b9fe0d1fae3782553185946217bbea03b Mon Sep 17 00:00:00 2001
|
||||
From: Cosmin Tanislav <demonsingur@gmail.com>
|
||||
Date: Thu, 26 Sep 2024 18:27:20 +0300
|
||||
Subject: [PATCH 6/6] fixup! ImsConfigImpl: Return 0 in getWfcMDN in any case
|
||||
|
||||
The empty line gets removed when compiling and decompiling,
|
||||
causing patches to not be able to be applied in reverse.
|
||||
---
|
||||
smali/org/codeaurora/ims/ImsConfigImpl.smali | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/smali/org/codeaurora/ims/ImsConfigImpl.smali b/smali/org/codeaurora/ims/ImsConfigImpl.smali
|
||||
index a4ae057..9d91f33 100644
|
||||
--- a/smali/org/codeaurora/ims/ImsConfigImpl.smali
|
||||
+++ b/smali/org/codeaurora/ims/ImsConfigImpl.smali
|
||||
@@ -1384,7 +1384,6 @@
|
||||
.param p1, "subid" # I
|
||||
|
||||
.line 820
|
||||
-
|
||||
const-string v0, "0"
|
||||
|
||||
return-object v0
|
||||
--
|
||||
2.43.0
|
||||
|
||||
Reference in New Issue
Block a user