named-data-mobile / ndn-photo-app

NDN Photo and File Sharing Application (npChat)
https://redmine.named-data.net/projects/npchat/issues
Other
27 stars 24 forks source link

Revert "Check for NFD app at the startup (#126)" #138

Closed jrandallclark closed 5 years ago

jrandallclark commented 5 years ago

Calling register_with_NFD within MainActivity's OnResume isn't a good idea as it causes the app to re-register with NFD every time the user sees the main activity. I've reverted this PR for now.