Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
fixed crach in notifications settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gerc99 committed May 27, 2014
1 parent 94cf236 commit 14ae712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ru/sawim/Options.java
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ private static void setDefaults() {
setBoolean(Options.OPTION_CL_HIDE_OFFLINE, false);
setBoolean(Options.OPTION_HIDE_ICONS_CLIENTS, true);
setBoolean(Options.OPTION_HIDE_KEYBOARD, true);
setString(Options.OPTION_MESS_NOTIF, "content://settings/system/notification_sound");
setBoolean(Options.OPTION_MESS_NOTIF, true);
setString(Options.OPTION_MESS_RINGTONE, "content://settings/system/notification_sound");
setInt(Options.OPTION_TYPING_MODE, 0);
setBoolean(Options.OPTION_BLOG_NOTIFY, true);
setBoolean(Options.OPTION_NOTIFY_IN_AWAY, true);
Expand Down

0 comments on commit 14ae712

Please sign in to comment.