Skip to content

Commit

Permalink
Merge pull request #385 from hamidsafdari/hotfix/365
Browse files Browse the repository at this point in the history
fix(#365): FTP Server not reachable until app restart
  • Loading branch information
wolpi authored Sep 29, 2024
2 parents f8f72bc + c45238b commit 50d57fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitiveFTPd/src/org/primftpd/ui/MainTabsActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public boolean onOptionsItemSelected(MenuItem item) {
public void handleStart() {
logger.trace("handleStart()");

ServicesStartStopUtil.startServers(pftpdFragment);
ServicesStartStopUtil.startServers(this);
}

protected void handleStop() {
Expand Down

0 comments on commit 50d57fe

Please sign in to comment.