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

Commit a110bbe6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove static from the listener."

parents 0696169b 196fd3bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1484,7 +1484,7 @@ public class ImsManager {
    /**
     * Adapter class for {@link IImsRegistrationListener}.
     */
    private static class ImsRegistrationListenerProxy extends IImsRegistrationListener.Stub {
    private class ImsRegistrationListenerProxy extends IImsRegistrationListener.Stub {
        private int mServiceClass;
        private ImsConnectionStateListener mListener;