mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 10:19:33 +02:00
synchronization with multidirs branch
This commit is contained in:
parent
0b290e65d0
commit
064a86be50
5 changed files with 11 additions and 7 deletions
|
@ -49,7 +49,7 @@ public class FixBooksDirectoryActivity extends Activity {
|
|||
textView.setText(resource.getResource("text").getValue());
|
||||
|
||||
final EditText directoryView = (EditText)findViewById(R.id.books_directory_fix_directory);
|
||||
directoryView.setText(Paths.BooksDirectoryOption().getValue());
|
||||
directoryView.setText(Paths.mainBookDirectory());
|
||||
|
||||
final View buttonsView = findViewById(R.id.books_directory_fix_buttons);
|
||||
final Button okButton = (Button)buttonsView.findViewById(R.id.ok_button);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue