Skip to content

Commit

Permalink
Fix another bug with bad references in xml
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Feb 11, 2018
1 parent de49d84 commit f76bded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/xml/pref_headers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="be.ugent.zeus.hydra"
android:targetClass="be.ugent.zeus.hydra.ui.preferences.AssociationSelectPrefActivity"/>
android:targetClass="be.ugent.zeus.hydra.association.preference.AssociationSelectPrefActivity"/>
</header>

<!-- Resto -->
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/xml/pref_home_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="be.ugent.zeus.hydra"
android:targetClass="be.ugent.zeus.hydra.ui.preferences.HomeFeedPrefActivity"/>
android:targetClass="be.ugent.zeus.hydra.feed.preferences.HomeFeedPrefActivity"/>

</Preference>

Expand Down

0 comments on commit f76bded

Please sign in to comment.