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

Commit 6c356c54 authored by Kiran Ramachandra's avatar Kiran Ramachandra Committed by Android (Google) Code Review
Browse files

Merge "Exposed EdgeToEdgeUtils.enable() for broader use outside the package" into main

parents 5a1286dc 343928da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ public class EdgeToEdgeUtils {
     * Enable Edge to Edge and handle overlaps using insets. It should be called before
     * setContentView.
     */
    static void enable(@NonNull ComponentActivity activity) {
    public static void enable(@NonNull ComponentActivity activity) {
        if (Build.VERSION.SDK_INT < Build.VERSION_CODES.VANILLA_ICE_CREAM) {
            return;
        }