Preferences changes are not always applied automatically
Bug #392901 reported by
pjv
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Android's Fortune |
Fix Committed
|
Medium
|
pjv |
Bug Description
When enabling "wrap text" the current displayed cookie is not rescaled to wrap, and neither are the subsequent cookies. The first is somewhat inevitable without refreshing the cookie itself (but displaying a message would be useful!), but all subsequent cookies should be rescaled.
Hunch is that more of the preferences don't apply automatically all of the time.
Changed in androidsfortune: | |
assignee: | nobody → pjv (pjv) |
importance: | Undecided → Medium |
To post a comment you must log in.
Solved in trunk for 1.0.7.
Preference activity had launch mode "singleTask" which makes the activity give a cancel result straight on start (while in reality it is not canceling). Using "standard" instead. This might trigger other side-effects (and new bugs :().