About page (#78)
* added about page with version info * lock drawer to closed state for About screen. Added About screen hardware back button handling.
This commit is contained in:
parent
b9e0065aad
commit
496ec53f8a
10 changed files with 449 additions and 4861 deletions
src/main/java/io/lbry/browser/reactpackages
|
@ -9,6 +9,7 @@ import io.lbry.browser.reactmodules.DaemonServiceControlModule;
|
|||
import io.lbry.browser.reactmodules.DownloadManagerModule;
|
||||
import io.lbry.browser.reactmodules.MixpanelModule;
|
||||
import io.lbry.browser.reactmodules.ScreenOrientationModule;
|
||||
import io.lbry.browser.reactmodules.VersionInfoModule;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
|
@ -28,6 +29,7 @@ public class LbryReactPackage implements ReactPackage {
|
|||
modules.add(new DownloadManagerModule(reactContext));
|
||||
modules.add(new MixpanelModule(reactContext));
|
||||
modules.add(new ScreenOrientationModule(reactContext));
|
||||
modules.add(new VersionInfoModule(reactContext));
|
||||
|
||||
return modules;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue