mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 23:45:50 +03:00
[PR #31] [MERGED] Stop injecting ApplicationContext unnecessarily #147
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/seemoo-lab/AirGuard/pull/31
Author: @arkon
Created: 1/9/2022
Status: ✅ Merged
Merged: 1/13/2022
Merged by: @Trup3s
Base:
development← Head:no-app-context📝 Commits (1)
7a41b61Stop injecting ApplicationContext unnecessarily📊 Changes
5 files changed (+5 additions, -25 deletions)
View changed files
📝
app/src/main/java/de/seemoo/at_tracking_detection/hilt/AndroidModule.kt(+0 -5)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/onboarding/BackgroundLocationFragment.kt(+0 -4)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/onboarding/IgnoreBatteryOptimizationFragment.kt(+3 -7)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/onboarding/LocationFragment.kt(+0 -4)📝
app/src/main/java/de/seemoo/at_tracking_detection/ui/tracking/TrackingFragment.kt(+2 -5)📄 Description
Fragment context should be sufficient.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.