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

Commit a547ad1a authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

CMFM: Fix NPE on exit



Change-Id: I711d178b3258814e3c55e818d8274930d2b8bc1c
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent b07d12e1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -279,6 +279,9 @@ public class FileSystemObjectAdapter
        }

        //Retrieve data holder
        if (mData == null || this.mData[position] == null) {
            return v;
        }
        final DataHolder dataHolder = this.mData[position];

        //Retrieve the view holder