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

Commit 572d8de7 authored by Jian-Syuan (Shane) Wong's avatar Jian-Syuan (Shane) Wong Committed by Android (Google) Code Review
Browse files

Merge "Fix Nova issue by removing getAlpha" into main

parents 03f68a89 44f476eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33018,7 +33018,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
    }
    private float getSizePercentage() {
        if (mResources == null || getAlpha() == 0 || getVisibility() != VISIBLE) {
        if (mResources == null || getVisibility() != VISIBLE) {
            return 0;
        }