Merge pull request #163 from neilsb/Cannot-return-to-same-item-when-returning-to-Home-screen

Allow user to Select same item when returning to Home screen
This commit is contained in:
Charles Ewert 2020-03-19 22:09:51 -04:00 committed by GitHub
commit 8fb5ea4b99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<component name="HomeRows" extends="RowList">
<interface>
<field id="selectedItem" type="node" />
<field id="selectedItem" type="node" alwaysNotify="true" />
</interface>
<script type="text/brightscript" uri="HomeRows.brs"/>
</component>