@@ -443,7 +443,7 @@ public boolean supportsPredictiveItemAnimations() {
443443 } else if (position == disableRecentFilesAttachment ) {
444444 toggleGlobalMainSetting ("disableRecentFilesAttachment" , view , false );
445445 } else if (position == disableDefaultInAppBrowser ) {
446- toggleGlobalMainSetting ("disableDefaultInAppBrowser" , view , false );
446+ toggleGlobalMainSetting ("disableDefaultInAppBrowser" , view , org . telegram . messenger . BuildConfig . SKIP_INTERNAL_BROWSER_BY_DEFAULT );
447447 } else if (position == disablePlayVisibleVideoOnVolumeRow ) {
448448 toggleGlobalMainSetting ("disablePlayVisibleVideoOnVolume" , view , false );
449449 } else if (position == botSkipShare ) {
@@ -610,7 +610,7 @@ public void onBindViewHolder(RecyclerView.ViewHolder holder, int position) {
610610 textCell .setTextAndCheck (t , preferences .getBoolean ("disableRecentFilesAttachment" , false ), false );
611611 } else if (position == disableDefaultInAppBrowser ) {
612612 String t = LocaleController .getString ("DisableDefaultInAppBrowser" , R .string .DisableDefaultInAppBrowser );
613- textCell .setTextAndCheck (t , preferences .getBoolean ("disableDefaultInAppBrowser" , false ), false );
613+ textCell .setTextAndCheck (t , preferences .getBoolean ("disableDefaultInAppBrowser" , org . telegram . messenger . BuildConfig . SKIP_INTERNAL_BROWSER_BY_DEFAULT ), false );
614614 } else if (position == disablePlayVisibleVideoOnVolumeRow ) {
615615 String t = "Disable play video on volume change" ;
616616 textCell .setTextAndCheck (t , preferences .getBoolean ("disablePlayVisibleVideoOnVolume" , false ), false );
0 commit comments