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

Commit 2ca3aa94 authored by Sundeep Ghuman's avatar Sundeep Ghuman
Browse files

Update comment on why Keep is needed.

Bug: b/36403696
Test: NA
Change-Id: I309a5f14afb34009064f5a6193faa8fb2367b19b
parent b0baef07
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@ public class WifiTrackerFactory {


    private static WifiTracker sTestingWifiTracker;
    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) {
    public static void setTestingWifiTracker(WifiTracker tracker) {
        sTestingWifiTracker = tracker;
        sTestingWifiTracker = tracker;
    }
    }