forked from tasomaniac/OpenLinkWith
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix indentation according to new ktlint rules
- Loading branch information
1 parent
83e40be
commit e49fc81
Showing
5 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,9 +30,9 @@ class DebugSettings @Inject constructor( | |
R.string.pref_key_debug_maps to "http://maps.google.com/maps", | ||
R.string.pref_key_debug_instagram to "https://www.instagram.com/tasomaniac/", | ||
R.string.pref_key_debug_hangouts to | ||
"https://hangouts.google.com/hangouts/_/novoda.com/[email protected]", | ||
"https://hangouts.google.com/hangouts/_/novoda.com/[email protected]", | ||
R.string.pref_key_debug_play to | ||
"https://play.google.com/store/apps/details?id=com.tasomaniac.openwith&utm_source=facebook", | ||
"https://play.google.com/store/apps/details?id=com.tasomaniac.openwith&utm_source=facebook", | ||
R.string.pref_key_debug_redirect to "http://forward.immobilienscout24.de/9004STF/expose/78069302", | ||
R.string.pref_key_debug_non_http to "is24://retargetShowSearchForm", | ||
R.string.pref_key_debug_missing_http to "www.google.com" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters