mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
merge has been finished
This commit is contained in:
parent
249e65b8c1
commit
8cac2acc6b
1 changed files with 1 additions and 4 deletions
|
@ -207,10 +207,7 @@ public abstract class ZLAndroidActivity extends Activity {
|
|||
public void onNewIntent(Intent intent) {
|
||||
super.onNewIntent(intent);
|
||||
|
||||
final String fileToOpen = extractFileNameFromIntent(intent);
|
||||
if (fileToOpen != null) {
|
||||
ZLApplication.Instance().openFile(ZLFile.createFileByPath(fileToOpen));
|
||||
}
|
||||
ZLApplication.Instance().openFile(fileFromIntent(intent));
|
||||
}
|
||||
|
||||
private static ZLAndroidLibrary getLibrary() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue