Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
fixing logout bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nVisium-seth-law committed Jun 30, 2017
1 parent 38f2a73 commit 228cf8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Swift.nV/NVSettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class NVSettingsViewController: UIViewController {
{
(action:UIAlertAction) in
self.networkStorage.isOn = false
self.logout(self)
})
alert.addAction(okItem)
self.present(alert, animated: true, completion: nil)
Expand Down

0 comments on commit 228cf8e

Please sign in to comment.