mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-21 20:35:58 +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
|
||||
public void onStart() {
|
||||
this.color = ContextCompat.getColor(requireContext(), R.color.defaultBrand);
|
||||
this.color = ContextCompat.getColor(
|
||||
requireContext(), R.color.defaultBrand);
|
||||
super.onStart();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue