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

Commit 38b014ec authored by Josh Guilfoyle's avatar Josh Guilfoyle
Browse files

Updated javadoc on ThemeUtilities to update the differences between it and the library form.

Change-Id: I1524e785132e10f5a14731bb4ae99d1998641c6a
parent 83ad107f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,9 +21,9 @@ import android.text.TextUtils;
import android.view.View;

/**
 * This class was partially copied from com.tmobile.widget.Utils.  Copied here
 * to avoid a bizarre framework dependency on a platform library provided by
 * T-Mobile.
 * This class was modified from com.tmobile.themehelper.ThemeUtilities.
 * Modifications made to improve performance by assuming that the theme-specific
 * APIs are present (and therefore reflection is not necessary).
 */
public class Utils {
    /**