Skip to content
Permalink
Browse files
Fixed an issue with the show_launcher option having no effect
  • Loading branch information
samdroid-apps committed Dec 21, 2013
1 parent 712ecd2 commit f4638b5
Showing 1 changed file with 3 additions and 0 deletions.
@@ -252,6 +252,9 @@ def __activity_removed_cb(self, activity_registry, activity_info):
def _add_activity(self, activity_info):
if activity_info.get_bundle_id() == 'org.laptop.JournalActivity':
return

if not activity_info.get_show_launcher():
return

timestamp = activity_info.get_installation_time()
version = activity_info.get_activity_version()

0 comments on commit f4638b5

Please sign in to comment.