Closed anil5387 closed 1 month ago
Please check your AndroidManifest file if you're using taskAffinity android:taskAffinity
, you need to remove it
Purpose of taskAffinity
Task Affinity: It defines which task an activity prefers to belong to. By default, all activities in an application have the same task affinity, which is the application's package name.
Custom Task Affinity: You can assign a different task affinity to an activity to make it start in a different task or to group certain activities together in a specific task.
Thank you so much @rinkeshjain it is working now.
When I trying to open any epub file it is getting opened in new screen.
ListView.separated( itemBuilder: (BuildContext context, int index) { return ListTile( title: Text(itemTitle[index]), onTap: () async {