Debug: browser zoom

This commit is contained in:
M66B
2022-03-30 16:31:18 +02:00
parent 96e057a0e6
commit 702416989a
2 changed files with 2 additions and 1 deletions

View File

@@ -1015,6 +1015,7 @@ public class FragmentOptionsMisc extends FragmentBase implements SharedPreferenc
}
});
swBrowserZoom.setVisibility(BuildConfig.DEBUG ? View.VISIBLE : View.GONE);
swBrowserZoom.setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener() {
@Override
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {