Skip to content

Commit

Permalink
#32 [RTL] Added 1001 nights tales in arabic for RTL tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgeffroy committed Jan 28, 2022
1 parent 385fc54 commit e7f5c2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion reader_widget/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Future<void> main() async {
}
bool testRtl = true;
var dirPath = (await Utils.getFileFromAsset(testRtl
? 'assets/books/9089_rtl.epub'
? 'assets/books/39419251_rtl.epub'
: 'assets/books/accessible_epub_3.epub'))
.path;
runApp(MyApp(dirPath));
Expand Down

0 comments on commit e7f5c2a

Please sign in to comment.