mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-04-03 09:31:34 +00:00
close #1383
This commit is contained in:
parent
bcfe4819cb
commit
696a8c9c61
10 changed files with 17 additions and 10 deletions
|
|
@ -174,6 +174,13 @@ public final class FollowViewerFragment extends Fragment implements SwipeRefresh
|
|||
onRefresh();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onResume() {
|
||||
super.onResume();
|
||||
setTitle(username);
|
||||
setSubtitle(type);
|
||||
}
|
||||
|
||||
private void setTitle(final String title) {
|
||||
final ActionBar actionBar = fragmentActivity.getSupportActionBar();
|
||||
if (actionBar == null) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue