Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64032a2c authored by Shareef Ali's avatar Shareef Ali
Browse files

SamsungQualcommRIL: fix compile error.

* remove obsolete classes

Change-Id: I69ec69c3c548090af5d7f7cac16aa822a5704047
parent 14bf6cc1
Loading
Loading
Loading
Loading
+0 −1509

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -564,7 +564,7 @@ public class SamsungQualcommRIL extends RIL implements CommandsInterface {
                    if (response[i].equals("       Empty") || (response[i].equals("") && !isGSM)) {
                        response[i]=operator;
                    }
                } else if (response[i].equals("31000")|| response[i].equals("11111") || response[i].equals("123456") || response[i].equals("31099") || || ((response[i].length()<5  || response[i].length()>6) && !isGSM)){
                } else if (response[i].equals("31000")|| response[i].equals("11111") || response[i].equals("123456") || response[i].equals("31099") || ((response[i].length()<5  || response[i].length()>6) && !isGSM)){
                        response[i]=homeOperator;
                }
            }