mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-15 02:18:04 -04:00
#1301 reactivate night mode on list selection
This commit is contained in:
parent
b79fe60dba
commit
2f49b2ce70
@ -357,6 +357,7 @@ public abstract class CoreMainActivity extends BaseActivity
|
||||
new BookOnDiskDelegate.BookDelegate(sharedPreferenceUtil,
|
||||
bookOnDiskItem -> {
|
||||
open(bookOnDiskItem);
|
||||
getCurrentWebView().activateNightMode();
|
||||
return Unit.INSTANCE;
|
||||
},
|
||||
null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user