Do not show the settings screen again while session closed

This commit is contained in:
ismailgulek
2021-06-03 13:21:01 +03:00
parent f177b81189
commit 5be385f90c
@@ -3938,8 +3938,6 @@ TableViewSectionsDelegate>
- (void)languagePickerViewController:(MXKLanguagePickerViewController *)languagePickerViewController didSelectLangugage:(NSString *)language
{
[languagePickerViewController withdrawViewControllerAnimated:YES completion:nil];
if (![language isEqualToString:[NSBundle mxk_language]]
|| (language == nil && [NSBundle mxk_language]))
{