mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-28 11:29:01 +03:00
fix(lint): Fix remaining 80 character line issue
Signed-off-by: Stefan Niedermann <info@niedermann.it>
This commit is contained in:
parent
beaf01442f
commit
8efa364745
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ public abstract class SearchableBaseNoteFragment extends BaseNoteFragment {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onStart() {
|
public void onStart() {
|
||||||
this.color = ContextCompat.getColor(requireContext(), R.color.defaultBrand);
|
this.color = ContextCompat.getColor(
|
||||||
|
requireContext(), R.color.defaultBrand);
|
||||||
super.onStart();
|
super.onStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue