Skip to content

Commit

Permalink
fix initial socket host and path
Browse files Browse the repository at this point in the history
  • Loading branch information
c99koder committed Dec 11, 2020
1 parent 0fd20d2 commit 3de1012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/com/irccloud/android/IRCCloudApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public void onFailed(@Nullable Throwable throwable) {
conn = NetworkConnection.getInstance();
ColorFormatter.init();

prefs = getSharedPreferences("prefs", 0);
NetworkConnection.IRCCLOUD_HOST = prefs.getString("host", BuildConfig.HOST);
NetworkConnection.IRCCLOUD_PATH = prefs.getString("path", "/");

Expand Down

0 comments on commit 3de1012

Please sign in to comment.