Whisper hides when application is minimised
krodak opened this issue · 0 comments
krodak commented
When I minimise application, func orientationDidChange()
in WhistleFactory.swift
is called, as NSNotification.Name.UIDeviceOrientationDidChange
is called (not sure why).
Tested on iOS 10.2 on Simulator, iOS 10.1 on the device.
Application is Portrait
mode only.
Is there any reason that func orientationDidChange()
includes hides()
- this is not the case for ShoutFactory
, WhisperFactory