TachibanaGeneralLaboratories / download-navi

Free and Open Source software download manager
GNU General Public License v3.0
797 stars 83 forks source link

fixed rowser overlaping issue and crash issue #274

Closed la-niina closed 1 year ago

la-niina commented 1 year ago

The browser had an two major issues overlapping menus and view , and then crashing on input due to onPrepareOptionsMenu method in BrowserActivity. The error message suggests that there is a NullPointerException occurring when trying to invoke the setVisible method on a null object reference.

Pre-launch Checklist

proninyaroslav commented 1 year ago

Good job, thank you!