mirror of
https://github.com/Docile-Alligator/Infinity-For-Reddit.git
synced 2026-02-26 15:45:53 +00:00
Fix clicking the back button on the toolbar does not finish FullMarkdownActivity.
This commit is contained in:
@ -208,10 +208,8 @@ public class FullMarkdownActivity extends BaseActivity {
|
||||
if (getIntent().getBooleanExtra(EXTRA_SUBMIT_POST, false)) {
|
||||
getMenuInflater().inflate(R.menu.full_markdown_activity, menu);
|
||||
applyMenuItemTheme(menu);
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user