mirror of
https://github.com/TwidereProject/Twidere-Android
synced 2025-02-02 09:46:51 +01:00
Update android-utils to 289aff1
This commit is contained in:
parent
c36f8fe8cc
commit
60012bd766
@ -17,6 +17,8 @@
|
|||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Uses https://github.com/george-steel/android-utils/commit/289aff11e53593a55d780f9f5986e49343a79e55
|
||||||
|
|
||||||
package org.oshkimaadziig.george.androidutils;
|
package org.oshkimaadziig.george.androidutils;
|
||||||
|
|
||||||
import android.text.Spannable;
|
import android.text.Spannable;
|
||||||
@ -87,7 +89,7 @@ public class SpanFormatter {
|
|||||||
|
|
||||||
if (typeTerm.equals("%")) {
|
if (typeTerm.equals("%")) {
|
||||||
cookedArg = "%";
|
cookedArg = "%";
|
||||||
} else if (typeTerm.equals("%")) {
|
} else if (typeTerm.equals("n")) {
|
||||||
cookedArg = "\n";
|
cookedArg = "\n";
|
||||||
} else {
|
} else {
|
||||||
int argIdx;
|
int argIdx;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user