talk-android/app/src/main/java/com
Marcel Hibbe 1a000859bf fix InstantiationException for fragments
fragments must have a public, no-arg constructor.
extra information must be passed as arguments.

With a constructor that receives the data, the following error occurs:

Fragment$InstantiationException: Unable to instantiate fragment ..... could not find Fragment constructor

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
2022-07-22 17:54:57 +00:00
..
nextcloud/talk fix InstantiationException for fragments 2022-07-22 17:54:57 +00:00