mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
formatting cleanup
This commit is contained in:
parent
cd3752ae25
commit
9057521d47
3 changed files with 3 additions and 3 deletions
|
@ -182,7 +182,7 @@ public abstract class DictionaryUtil {
|
|||
intent.putExtra(ColorDict3.FULLSCREEN, !application.ShowStatusBarOption.getValue());
|
||||
}
|
||||
activity.startActivity(intent);
|
||||
} catch(ActivityNotFoundException e){
|
||||
} catch (ActivityNotFoundException e) {
|
||||
DictionaryUtil.installDictionaryIfNotInstalled(activity);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue