Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix endless loop when opening urls and files app is not installed.
Without this fix, the ChatActivity would be started again in FileViewerUtils. There was an endless loop between ChatActivity and FileViewerUtils because of the wrong context. Instead to open the browser, the app did nothing or freezed. Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
- Loading branch information