Skip to content

Commit

Permalink
openFacebookPage Exception bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
murgupluoglu committed Mar 25, 2020
1 parent 6e4129a commit 2cad12b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fun Context.openFacebookPage(facebookPageID : String): Boolean {
startActivity(intent)
}
return true
} catch (e: PackageManager.NameNotFoundException) {
} catch (e: Exception) {
Log.e("SocialMediaUtils", e.toString())
}

Expand Down

0 comments on commit 2cad12b

Please sign in to comment.