mirror of
https://github.com/wrwrabbit/Partisan-Telegram-Android.git
synced 2026-05-08 01:51:27 +00:00
Update to 8.6.2
This commit is contained in:
parent
5d5527525f
commit
0abe4541dd
116 changed files with 2864 additions and 1676 deletions
|
|
@ -823,7 +823,9 @@ public class PasscodeActivity extends BaseFragment implements NotificationCenter
|
|||
super.onConfigurationChanged(newConfig);
|
||||
|
||||
setCustomKeyboardVisible(isCustomKeyboardVisible(), false);
|
||||
lockImageView.setVisibility(!AndroidUtilities.isSmallScreen() && AndroidUtilities.displaySize.x < AndroidUtilities.displaySize.y ? View.VISIBLE : View.GONE);
|
||||
if (lockImageView != null) {
|
||||
lockImageView.setVisibility(!AndroidUtilities.isSmallScreen() && AndroidUtilities.displaySize.x < AndroidUtilities.displaySize.y ? View.VISIBLE : View.GONE);
|
||||
}
|
||||
for (CodeNumberField f : codeFieldContainer.codeField) {
|
||||
f.setShowSoftInputOnFocusCompat(!isCustomKeyboardVisible());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue