Skip to content

Commit

Permalink
Reverted reflow settings
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Jan 11, 2025
1 parent 3237d18 commit b4d1d1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public void onViewCreated(@NonNull View view, Bundle savedInstanceState) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
// Do not need to send contents to accessibility
_hlEditor.setImportantForAccessibility(View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS);

}

// Various settings
Expand Down
3 changes: 0 additions & 3 deletions app/src/main/res/layout/document__fragment__edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingBottom="@dimen/editor_bottom_margin"
android:breakStrategy="balanced"
android:lineBreakStyle="normal"
android:hyphenationFrequency="normalFast"
android:scrollbars="none"
android:textCursorDrawable="@drawable/cursor_accent" />
</net.gsantner.markor.frontend.DraggableScrollbarScrollView>
Expand Down

0 comments on commit b4d1d1a

Please sign in to comment.