Skip to content

Commit

Permalink
Fix wrong reference in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Feb 11, 2018
1 parent c720f41 commit 96e2caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

<!-- Show a web view -->
<activity
android:name=".ui.common.WebViewActivity"
android:name=".common.ui.WebViewActivity"
android:label="@string/title_activity_hydra_web_view"
android:parentActivityName=".MainActivity" />

Expand Down

0 comments on commit 96e2caf

Please sign in to comment.