mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-25 09:17:44 +00:00
Back button for giffy activity.
This commit is contained in:
parent
43360fb2c3
commit
707ff9063c
@ -71,8 +71,8 @@ public class GiphyActivity extends PassphraseRequiredActionBarActivity
|
||||
|
||||
setSupportActionBar(toolbar);
|
||||
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(false);
|
||||
getSupportActionBar().setDisplayShowTitleEnabled(false);
|
||||
getSupportActionBar().setDisplayHomeAsUpEnabled(true);
|
||||
getSupportActionBar().setHomeButtonEnabled(true);
|
||||
}
|
||||
|
||||
private void initializeResources() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user