Skip to content

Commit

Permalink
Fix error in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
haanhvu committed Nov 28, 2024
1 parent abfbda3 commit c0d67a6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@ public boolean isEditing() {

if (mBinding.windowsSize.getCheckedRadioButtonId() != SettingsStore.WINDOW_SIZE_PRESET_DEFAULT.ordinal()) {
setWindowsSizePreset(SettingsStore.WINDOW_SIZE_PRESET_DEFAULT.ordinal(), true);

}

int defaultHomepageId = getHomepageId(mDefaultHomepageUrl);
if (mBinding.homepage.getCheckedRadioButtonId() != defaultHomepageId) {
setHomepage(defaultHomepageId, true);
Expand Down

0 comments on commit c0d67a6

Please sign in to comment.