mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-29 11:25:38 +00:00
Every time is two words.
Not important, but removes a false positive from spellchecks.
This commit is contained in:
parent
da790ac865
commit
630b9ebb6b
@ -101,7 +101,7 @@ typedef NS_ENUM(NSUInteger, BITAuthenticatorAppRestrictionEnforcementFrequency)
|
|||||||
*/
|
*/
|
||||||
BITAuthenticatorAppRestrictionEnforcementOnFirstLaunch,
|
BITAuthenticatorAppRestrictionEnforcementOnFirstLaunch,
|
||||||
/**
|
/**
|
||||||
* Checks if the user is allowed to use the app everytime the app becomes active
|
* Checks if the user is allowed to use the app every time the app becomes active
|
||||||
*/
|
*/
|
||||||
BITAuthenticatorAppRestrictionEnforcementOnAppActive,
|
BITAuthenticatorAppRestrictionEnforcementOnAppActive,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user