Fixed bug with reopening old tab
This commit is contained in:
parent
ff56ca1d31
commit
d589061c94
@ -404,8 +404,8 @@ public class BrowserActivity extends Activity implements BrowserController {
|
||||
newTab(url, true);
|
||||
Toast.makeText(mContext, R.string.deleted_tab, Toast.LENGTH_SHORT).show();
|
||||
}
|
||||
mEditPrefs.putString(PreferenceConstants.SAVE_URL, null);
|
||||
return false;
|
||||
mEditPrefs.putString(PreferenceConstants.SAVE_URL, null).apply();
|
||||
return true;
|
||||
}
|
||||
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user