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

Commit e1f2ecd3 authored by Achim Thesmann's avatar Achim Thesmann Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in new metric code" into main

parents 5cc081f1 c2bc753d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1701,6 +1701,7 @@ public class BackgroundActivityStartController {
            return false;
        }
        if (state.mBalAllowedByPiSender.allowsBackgroundActivityStarts()
                && state.mResultForRealCaller != null
                && state.mResultForRealCaller.getRawCode() == BAL_ALLOW_VISIBLE_WINDOW) {
            return false;
        }