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
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Right now its not possible to use a generic activity with AA.
For example:
public abstract class EndlessListActivity<T> extends ListActivity {}
Will result in wrong generated code.
Maybe i might be able to fix that myself as soon as i find some spare time to read through the AA code. Until now nobody except me is having that issue i guess.
A workaround and more details are described in issue #113