Messaging: Fix javadoc
Change-Id: Ia1b0a8fa9a5e74078a68a55ca1953b6f085521b1
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2015 The Android Open Source Project
|
||||
* Copyright (C) 2024 The LineageOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -52,7 +53,6 @@ public class PagingAwareViewPager extends ViewPager {
|
||||
/**
|
||||
* Switches position in pager to be adjusted for if we are in RtL mode
|
||||
*
|
||||
* @param position
|
||||
* @return position adjusted if in rtl mode
|
||||
*/
|
||||
protected int getRtlPosition(final int position) {
|
||||
|
||||
Reference in New Issue
Block a user