mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
Fix top navigation on Settings and About screens
This commit is contained in:
@@ -54,8 +54,8 @@ abstract public class BaseActivity extends AppCompatActivity
|
||||
@Override
|
||||
public boolean onCreateOptionsMenu(@Nullable Menu menu)
|
||||
{
|
||||
if (menu == null) return false;
|
||||
if (baseMenu == null) return false;
|
||||
if (menu == null) return true;
|
||||
if (baseMenu == null) return true;
|
||||
baseMenu.onCreate(getMenuInflater(), menu);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user