1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 10:49:24 +02:00

formatting cleanup

This commit is contained in:
Nikolay Pultsin 2011-04-29 11:27:36 +01:00
parent cd3752ae25
commit 9057521d47
3 changed files with 3 additions and 3 deletions

View file

@ -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);
}
}