Loading presentation/src/main/java/com/moez/QKSMS/common/Navigator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ class Navigator @Inject constructor( } fun showCopyright() { val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/e-features/AUTHORS")) val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/master/AUTHORS")) startActivity(intent) } Loading @@ -167,7 +167,7 @@ class Navigator @Inject constructor( } fun showLicense() { val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/moezbhatti/qksms/blob/master/LICENSE")) val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/master/LICENSE")) startActivityExternal(intent) } Loading Loading
presentation/src/main/java/com/moez/QKSMS/common/Navigator.kt +2 −2 Original line number Diff line number Diff line Loading @@ -157,7 +157,7 @@ class Navigator @Inject constructor( } fun showCopyright() { val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/e-features/AUTHORS")) val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/master/AUTHORS")) startActivity(intent) } Loading @@ -167,7 +167,7 @@ class Navigator @Inject constructor( } fun showLicense() { val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://github.com/moezbhatti/qksms/blob/master/LICENSE")) val intent = Intent(Intent.ACTION_VIEW, Uri.parse("https://gitlab.e.foundation/e/apps/message/blob/master/LICENSE")) startActivityExternal(intent) } Loading