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

Commit c0f78a2d authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8872536 from 96431570 to tm-d1-release

Change-Id: I2bace0f36a0f83d84638babc3443d034b7a562c1
parents bc93921f 96431570
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/content_view"
        android:fitsSystemWindows="true">
        android:fitsSystemWindows="false">

        <com.airbnb.lottie.LottieAnimationView
            android:id="@+id/animated_background"
+9 −5
Original line number Diff line number Diff line
@@ -291,13 +291,17 @@ public class LoaderCursor extends CursorWrapper {

        // from the db
        if (TextUtils.isEmpty(info.title)) {
            if (loadIcon) {
                info.title = getTitle();
        }

                // fall back to the class name of the activity
                if (info.title == null) {
                    info.title = componentName.getClassName();
                }
            } else {
                info.title = "";
            }
        }

        info.contentDescription = mPM.getUserBadgedLabel(info.title, info.user);
        return info;