You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: extract AnkiDroidApp.instance to :common:android as AnkiDroidApplication
Adds a top-level `appContext: Context` accessor in :common:android, set
during AnkiDroidApp.onCreate() via AnkiDroidApplication.setApplicationInstance.
Shared and feature-module code can now reach the Application context without
depending on :AnkiDroid's AnkiDroidApp subclass.
0 commit comments