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

Commit 938ba5f7 authored by Sundeep Ghuman's avatar Sundeep Ghuman Committed by android-build-merger
Browse files

Merge "Update comment on why Keep is needed." into oc-dev am: 696a83b0

am: ca53b1fc

Change-Id: I0354a83cbd86d89694b121228f40859a347307dc
parents f64ecbcd ca53b1fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ public class WifiTrackerFactory {

    private static WifiTracker sTestingWifiTracker;

    @Keep
    @Keep // Keep proguard from stripping this method since it is only used in tests
    public static void setTestingWifiTracker(WifiTracker tracker) {
        sTestingWifiTracker = tracker;
    }