|
@@ -82,6 +82,11 @@ public class FourthTabViewController: UIViewController, UITableViewDelegate, UIT
|
|
|
}
|
|
|
|
|
|
public override func viewWillDisappear(_ animated: Bool) {
|
|
|
+ separatorLogout.removeFromSuperview()
|
|
|
+ separatorNotifPersonal.removeFromSuperview()
|
|
|
+ separatorAutoDownload.removeFromSuperview()
|
|
|
+ separatorVersion.removeFromSuperview()
|
|
|
+ separatorLogin.removeFromSuperview()
|
|
|
if ViewController.isExpandButton {
|
|
|
ViewController.expandButton()
|
|
|
}
|