mirror of
https://github.com/KDE/kasts.git
synced 2025-02-04 19:27:50 +01:00
Applied suggestions.
This commit is contained in:
parent
10981f2a94
commit
5e350b9d5f
@ -7,7 +7,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.kde.kasts"
|
||||
android:versionName="0.0.1"
|
||||
android:versionCode="1628950419"
|
||||
android:versionCode="1628953797"
|
||||
android:installLocation="auto">
|
||||
|
||||
<supports-screens android:largeScreens="true" android:normalScreens="true" android:anyDensity="true" android:smallScreens="true"/>
|
||||
|
@ -226,15 +226,21 @@ public class KastsActivity extends QtActivity
|
||||
public static void setPlaybackSpeed(int rate)
|
||||
{
|
||||
mediaData.playbackSpeed = rate;
|
||||
|
||||
activity.updateNotification();
|
||||
}
|
||||
|
||||
public static void setDuration(int duration)
|
||||
{
|
||||
mediaData.duration = duration;
|
||||
|
||||
activity.updateNotification();
|
||||
}
|
||||
|
||||
public static void setPosition(int position)
|
||||
{
|
||||
mediaData.position = position;
|
||||
|
||||
activity.updateNotification();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user