mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Reload story when font changed
This commit is contained in:
parent
48c85a4ce5
commit
a7208bfdf0
1 changed files with 2 additions and 1 deletions
|
@ -657,7 +657,8 @@ public class ReadingItemFragment extends NbFragment implements ClassifierDialogF
|
|||
private class ReadingFontReceiver extends BroadcastReceiver {
|
||||
@Override
|
||||
public void onReceive(Context context, Intent intent) {
|
||||
// TODO switch font
|
||||
contentHash = 0; // Force reload since content hasn't changed
|
||||
reloadStoryContent();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue