Android: SDLActivity
being an activity prevents activities from inheriting other classes
#11890
Milestone
SDLActivity
being an activity prevents activities from inheriting other classes
#11890
In an android project I am trying to implement SDL into, activities extend from
AppCompatActivity
. An android-provided abstract activity to backport newer features to older API levels.This prevents the use of SDLActivity, since OOP demands exactly one parent class.
The SDLActivity should be adapted to be composable onto existing activities, instead of relying on inheritance.
The text was updated successfully, but these errors were encountered: