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

Commit 57c58ee0 authored by Daniel Hillenbrand's avatar Daniel Hillenbrand Committed by Gerrit Code Review
Browse files

Merge "Fix for Signal bars on Samsung devices" into ics

parents c1ccade8 97980088
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -845,10 +845,13 @@ public class SamsungRIL extends RIL implements CommandsInterface {
            response[i] = -1;
        }

        if (mIsSamsungCdma)
        if (mIsSamsungCdma){
            if(response[3] < 0){
               response[3] = -response[3];
            }
            // Framework takes care of the rest for us.
            return response;

         }
        /* Matching Samsung signal strength to asu.
		   Method taken from Samsungs cdma/gsmSignalStateTracker */
        if(mSignalbarCount)