Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
53481041
Kaydet (Commit)
53481041
authored
Eki 25, 2013
tarafından
Artur Dryomov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix possible NPE.
Change-Id: Ifca1e64aacf0f4b4e83f70c9bcbe6bb79f5415fd
üst
16c53fb6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
SlideShowActivity.java
...libreoffice/impressremote/activity/SlideShowActivity.java
+4
-0
ComputersFragment.java
...libreoffice/impressremote/fragment/ComputersFragment.java
+4
-0
SlidesPagerFragment.java
...breoffice/impressremote/fragment/SlidesPagerFragment.java
+4
-0
No files found.
android/sdremote/src/org/libreoffice/impressremote/activity/SlideShowActivity.java
Dosyayı görüntüle @
53481041
...
...
@@ -151,6 +151,10 @@ public class SlideShowActivity extends SherlockFragmentActivity implements Servi
}
private
void
startSlideShow
()
{
if
(!
isServiceBound
())
{
return
;
}
if
(
mCommunicationService
.
getSlideShow
().
isRunning
())
{
setUpSlideShowInformation
();
return
;
...
...
android/sdremote/src/org/libreoffice/impressremote/fragment/ComputersFragment.java
Dosyayı görüntüle @
53481041
...
...
@@ -459,6 +459,10 @@ public class ComputersFragment extends SherlockListFragment implements ServiceCo
}
private
void
stopComputersSearch
()
{
if
(!
isServiceBound
())
{
return
;
}
mCommunicationService
.
stopServersSearch
();
}
...
...
android/sdremote/src/org/libreoffice/impressremote/fragment/SlidesPagerFragment.java
Dosyayı görüntüle @
53481041
...
...
@@ -119,6 +119,10 @@ public class SlidesPagerFragment extends SherlockFragment implements ServiceConn
}
private
void
setUpCurrentSlide
()
{
if
(!
isServiceBound
())
{
return
;
}
SlideShow
aSlideShow
=
mCommunicationService
.
getSlideShow
();
getSlidesPager
().
setCurrentItem
(
aSlideShow
.
getCurrentSlideIndex
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment