Skip to content

Status widget - tapping on widget does not open app except for tapping on mini icon #360

@wkcwells

Description

@wkcwells

Related to/regression of PR #334.

Something fishy seems to be going on here since this was addressed by the above PR, but never worked for me. (And I can't figure out anything that I could have done to break it.) It works if you tap on the small Loop icon in the upper left of the widget, but that seems to be using some automatic functionality of widgets.

This code in Loop/Extensions/NSBundle.swift is always returning nil for me:

    private var mainAppBundleIdentifier: String? {
        return object(forInfoDictionaryKey: "MainAppBundleIdentifier") as? String
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions