-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
difficulty: averageLikely as difficult as most tasks hereLikely as difficult as most tasks herepriority: lowNice to haveNice to havestatus: needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedtype: enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Milestone
Description
See #296 (comment), there are multiple ways we can approach this.
Something based on borrows (Like how String + &str work together) has my preference, but we can't give any sensible lifetime to for example what fn native_window() returns (which we currently have to forcibly _acquire to make it valid). Alas, we'll probably remove those static getters anyway in light of recent suggestions and to support multi-Activity, so this specific case wouldn't affect us anymore. At which point a borrow-based approach might as well work out :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
difficulty: averageLikely as difficult as most tasks hereLikely as difficult as most tasks herepriority: lowNice to haveNice to havestatus: needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedtype: enhancementWouldn't this be the coolest?Wouldn't this be the coolest?