View debug log screen through WebView through a module.

This commit is contained in:
lisa-signal
2025-07-30 14:47:50 -04:00
committed by GitHub
parent 1f243bca74
commit 02420fce2a
30 changed files with 999 additions and 340 deletions

View File

@@ -18,7 +18,7 @@ public final class ContextUtil {
}
/**
* Implementation "borrowed" from com.airbnb.lottie.utils.Utils#getAnimationScale(android.content.Context)
* Implementation "borrowed" from com.airbnb.lottie.utils.DebugLogViewer#getAnimationScale(android.content.Context)
*/
public static float getAnimationScale(Context context) {
return Settings.Global.getFloat(context.getContentResolver(), Settings.Global.ANIMATOR_DURATION_SCALE, 1.0f);