stanipintjuk / Silverfish

A simple and lightweight launcher for Android.
GNU General Public License v3.0
44 stars 17 forks source link

Fixed: Pressing home key doesn't bring back launcher in some cases. #73

Closed itsfarseen closed 6 years ago

itsfarseen commented 6 years ago

When some apps are opened from the app drawer, pressing the home key didn't bring back the launcher. SoundCloud and Materialistic are the apps I encountered with this behavior. Android somehow thinks that the activity we are launching is actually part of Silverfish. The affected apps are not even shown in the Recents list, just like the launcher is not shown. Pressing back button works fine.

This PR fixes the above issue.