Skip to content

Commit

Permalink
fix(#365): FTP Server not reachable until app restart
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidsafdari committed Sep 28, 2024
1 parent 8e22cbd commit c45238b
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 c45238b

Please sign in to comment.